3 Star 0 Fork 0

jimmy/zbxtable-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 1.84 KB
一键复制 编辑 原始数据 按行查看 历史
yiru 提交于 2020-07-21 14:18 . fix: fix icons
module.exports={
root: true,
env:{
browser: true,
commonjs: true,
node: true,
es6: true,
jest: true,
},
parserOptions:{
ecmaVersion:6,
sourceType:'module',
ecmaFeatures:{
jsx: true,
generators: true,
experimentalObjectRestSpread: true,
}
},
globals:{
Atomics: 'readonly',
SharedArrayBuffer: 'readonly',
document: true,
navigator: true,
window:true,
node:true
},
settings:{
'import/ignore': [
'node_modules',
'doc',
'dist'
],
react:{
pragma:'React',
version:'detect',
},
},
extends: 'eslint:recommended',
// extends: ['plugin:prettier/recommended'],
parser: 'babel-eslint',
rules: {
'strict': [2, 'never'],
'quotes': [2, 'single',{'allowTemplateLiterals':true}],
'eqeqeq': [1, 'smart'],
'curly': [1, 'all'],
// 'indent':[2, 2],
'indent': ['error',2,{'ignoredNodes':['TemplateLiteral']}],
'jsx-quotes': [2,'prefer-double'],
'semi':[2,'always'],
'no-extra-semi':2,
'no-mixed-spaces-and-tabs': [2, 'smart-tabs'],
'comma-dangle':[2,'always-multiline'],
'no-console':1,
'no-debugger':1,
'no-extra-bind':1,
'no-lone-blocks':1,
'no-var':2,
'no-unused-expressions':[1,{ 'allowShortCircuit': true, 'allowTernary': true }],
'no-unused-vars':[1,{ 'args': 'none', 'ignoreRestSiblings': true }],
'no-undef':2,
'no-restricted-globals': [2, 'event'],
'react/jsx-uses-react': 2,
'react/jsx-uses-vars': 2,
'react/jsx-no-undef': 2,
'react/jsx-pascal-case': 1,
'react/react-in-jsx-scope': 2,
'react/require-render-return': 2,
'react/self-closing-comp':2,
'react-hooks/rules-of-hooks': 2,
'react-hooks/exhaustive-deps': 1,
// 'prettier/prettier': 'error',
},
plugins: [
'babel',
'react',
'react-hooks',
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/smartoa/zbxtable-web.git
git@gitee.com:smartoa/zbxtable-web.git
smartoa
zbxtable-web
zbxtable-web
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385