1 Star 1 Fork 0

laughing/message-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
build
config
manage
screenshots
src
static
test
.babelrc
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.postcssrc.js
COPYING
README.md
favicon.ico
index.html
package.json
克隆/下载
.eslintrc.js 834 Bytes
一键复制 编辑 原始数据 按行查看 历史
laughingfuzihao 提交于 5年前 . version1.0.0
module.exports = {
root: true,
parser: 'babel-eslint',
parserOptions: {
sourceType: 'module'
},
env: {
browser: true,
node: true
},
extends: 'eslint:recommended',
// required to lint *.vue files
plugins: [
'html'
],
// check if imports actually resolve
'settings': {
'import/resolver': {
'webpack': {
'config': 'build/webpack.base.conf.js'
}
}
},
// add your custom rules here
'rules': {
// allow paren-less arrow functions
'arrow-parens': 0,
// allow async-await
'generator-star-spacing': 0,
// allow debugger during development
'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
"indent": ["error", "tab"]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/laughing_fzh/message-ui.git
git@gitee.com:laughing_fzh/message-ui.git
laughing_fzh
message-ui
message-ui
master

搜索帮助