Ai
3 Star 0 Fork 0

react-component/tree_1

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.eslintrc.js 593 Bytes
Copy Edit Raw Blame History
二货机器人 authored 2020-12-28 14:40 +08:00 . Feat traverse (#406)
module.exports = {
extends: [require.resolve('@umijs/fabric/dist/eslint')],
rules: {
'react/sort-comp': 0,
'default-case': 0,
'eslint-comments/disable-enable-pair': 0,
'react/require-default-props': 0,
'react/no-unused-prop-types': 1,
'react-hooks/exhaustive-deps': 0,
'jsx-a11y/label-has-for': 0,
'jsx-a11y/label-has-associated-control': 0,
'no-loop-func': 0,
'@typescript-eslint/no-loop-func': 0,
'@typescript-eslint/consistent-type-imports': 0,
'@typescript-eslint/consistent-type-definitions': 0,
'max-classes-per-file': 0,
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_react-component/tree_1.git
git@gitee.com:mirrors_react-component/tree_1.git
mirrors_react-component
tree_1
tree_1
master

Search