1 Star 0 Fork 170

yuan / form-create

forked from FormCreate / form-create 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 815 Bytes
一键复制 编辑 原始数据 按行查看 历史
xaboy 提交于 2019-06-05 17:49 . iview 2.0
module.exports = {
'env': {
"browser": true,
"node": true,
"es6": true,
"jest": true,
"commonjs": true
},
'extends': [
'eslint:recommended',
'plugin:vue/essential',
],
'parserOptions': {
'ecmaVersion': 2018,
'sourceType': 'module',
'ecmaFeatures': {
'experimentalObjectRestSpread': true,
'jsx': true
},
"parser": "babel-eslint",
},
'plugins': [
'vue'
],
'rules': {
'indent': [
'error',
4
],
'quotes': [
'error',
'single'
],
'block-spacing': 'error',
'no-unused-vars': 'warn',
'object-curly-spacing': 'error',
'no-console': 'warn',
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zfyun/form-create.git
git@gitee.com:zfyun/form-create.git
zfyun
form-create
form-create
2.5

搜索帮助

344bd9b3 5694891 D2dac590 5694891