13 Star 67 Fork 23

zarm / zarm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 561 Bytes
一键复制 编辑 原始数据 按行查看 历史
dominicleo 提交于 2022-12-07 20:27 . fix: imperative-call
module.exports = {
extends: ['za/react', 'prettier'],
parserOptions: {
babelOptions: {
plugins: ['@babel/plugin-proposal-class-properties'],
},
},
env: {
jest: true,
},
overrides: [
{
rules: {
'react-hooks/exhaustive-deps': 0,
'react/sort-comp': 0,
'react/destructuring-assignment': 0,
'import/prefer-default-export': 0,
'@typescript-eslint/consistent-type-assertions': 0,
},
files: ['*.ts', '*.tsx'],
extends: ['za/typescript-react', 'prettier'],
},
],
};
TypeScript
1
https://gitee.com/zarm/zarm.git
git@gitee.com:zarm/zarm.git
zarm
zarm
zarm
master

搜索帮助