1 Star 0 Fork 7

JackEasons/word-table

forked from 小为/word-table 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
hustcc 提交于 2017-06-06 13:30 . use webpack
{
"env": {
"browser": true,
"node": true,
"jest": true,
"es6": true
},
"parser": "babel-eslint",
"parserOptions": {
"sourceType": "module"
},
"extends": [
"eslint-config-airbnb"
],
"globals": {
},
"rules": {
"comma-dangle": 0,
"consistent-return": 0,
"func-names": 0,
"global-require": 0,
"import/no-extraneous-dependencies": 0,
"import/no-unresolved": 0,
"indent": 0,
"key-spacing": 0,
"linebreak-style": 0,
"new-cap": 0,
"no-cond-assign": 0,
"no-empty": 0,
"no-fallthrough": 0,
"no-loop-func": 0,
"no-mixed-operators": 0,
"no-new": 0,
"no-param-reassign": 0,
"no-restricted-syntax": 0,
"no-return-assign": 0,
"no-underscore-dangle": 0,
"object-curly-spacing": 0,
"prefer-rest-params": 0,
"react/jsx-filename-extension": 0,
"react/jsx-space-before-closing": 0,
"strict": 0,
"max-len": [
2,
120,
4,
{
"ignoreUrls": true
}
],
"id-length": [
2,
{
"min": 1
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/JackEasons/word-table.git
git@gitee.com:JackEasons/word-table.git
JackEasons
word-table
word-table
master

搜索帮助