1 Star 0 Fork 171

zhuch1981/x-sheet

forked from 白云/x-sheet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
extends: [
'airbnb-base',
],
parser: '@babel/eslint-parser',
parserOptions: {
ecmaVersion: 2020,
requireConfigFile: false,
},
rules: {
'no-empty': 'off',
'no-return-assign': 'off',
'no-unused-vars': 'off',
'linebreak-style': 'off',
'no-mixed-operators': 'off',
'max-classes-per-file': 'off',
'no-async-promise-executor': 'off',
'no-bitwise': 'off',
'no-undef': 'off',
'no-console': 'off',
'import/prefer-default-export': 'off',
'no-param-reassign': 'off',
'no-plusplus': 'off',
'class-methods-use-this': 'off',
'prefer-const': 'off',
'default-case': 'off',
'no-empty-pattern': 'off',
'no-shadow': 'off',
'no-return-assign': 'off',
'no-continue': 'off',
camelcase: 'off',
'no-cond-assign': 'off',
'no-restricted-globals': 'off',
'brace-style': 'off',
'consistent-return': 'off',
'no-loop-func': 'off',
'no-use-before-define': 'off',
'max-len': ['error', 300],
'object-curly-newline': 'off',
'padded-blocks': 'off',
'prefer-destructuring': 'off',
'no-restricted-syntax': 'off',
'no-nested-ternary': 'off',
'no-constant-condition': 'off',
'no-lonely-if': 'off',
'no-prototype-builtins': 'off',
'guard-for-in': 'off',
'no-underscore-dangle': 'off',
'no-restricted-properties': 'off',
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhuch1981/x-sheet.git
git@gitee.com:zhuch1981/x-sheet.git
zhuch1981
x-sheet
x-sheet
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385