1 Star 0 Fork 176

bexuedi/x-sheet

forked from 白云/x-sheet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 798 Bytes
一键复制 编辑 原始数据 按行查看 历史
白云 提交于 2021-09-22 09:53 . merge dev
module.exports = {
"extends": "airbnb-base",
"rules": {
"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-continue": "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"
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/bexuedi/x-sheet.git
git@gitee.com:bexuedi/x-sheet.git
bexuedi
x-sheet
x-sheet
master

搜索帮助