1 Star 0 Fork 0

朱海堂 / brilliant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 816 Bytes
一键复制 编辑 原始数据 按行查看 历史
brilliant-js 提交于 2021-02-07 18:04 . Fix bugs
module.exports = {
rules: {
'@typescript-eslint/no-unused-vars': 'off', 'import/no-unresolved': 0,
'import/extensions': 0,
'import/no-extraneous-dependencies': 0,
'class-methods-use-this': 0,
'arrow-body-style': ['error', 'as-needed', { requireReturnForObjectLiteral: true }], 'consistent-return': 0, 'no-restricted-syntax': 0, 'no-param-reassign': 0,
'no-continue': 0, 'no-await-in-loop': 0, 'no-console': 0, 'no-useless-constructor': 0, 'no-unused-expressions': 0,
'no-control-regex': 0,
'react-hooks/exhaustive-deps': 0,
'array-callback-return': 0,
'no-sequences': 0,
'no-use-before-define': 0,
'eqeqeq': 0,
'prettier/prettier': 0
},
};
1
https://gitee.com/938341990/brilliant.git
git@gitee.com:938341990/brilliant.git
938341990
brilliant
brilliant
master

搜索帮助