1 Star 0 Fork 0

dhu431/前端-React

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc 959 Bytes
一键复制 编辑 原始数据 按行查看 历史
尘落 提交于 2022-02-08 19:54 . react17.0.2
{
"plugins": [
"react",
"jsx-a11y",
"import"
],
"env": {
"browser": true
},
"extends": [
"airbnb"
],
"rules": {
"arrow-parens": [
"error",
"always"
],
"radix": 0,
"max-len": 2,
"func-names": 0,
"prefer-template": 0,
"no-plusplus": 0,
"no-control-regex": 0,
"prefer-spread": 0,
"no-param-reassign": 0,
"no-console": 0,
"prefer-arrow-callback": 0,
"no-nested-ternary": 0,
"consistent-return": 0,
"react/jsx-filename-extension": 0,
"react/jsx-no-target-blank": 0,
"react/no-string-refs": 0,
"react/prefer-stateless-function": 0,
"react/forbid-prop-types": 0,
"linebreak-style": ["error", "unix"],
"no-unused-expressions": [2, {"allowShortCircuit": true, "allowTernary": true}],
"jsx-quotes": ["error", "prefer-single"],
"class-methods-use-this": 0,
"import/prefer-default-export": 0,
"no-restricted-syntax": 0
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dhu431/React.git
git@gitee.com:dhu431/React.git
dhu431
React
前端-React
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385