1 Star 0 Fork 1

hboot/react-webpack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 671 Bytes
一键复制 编辑 原始数据 按行查看 历史
hboot 提交于 2022-02-19 17:12 +08:00 . feat: add react-router-dom new version 6.2.0
{
"rules": {
"quotes": ["error", "double"],
"no-console":"off",
"indent": ["error", "2"],
"eqeqeq": "warn"
},
"overrides": [{
"files": ["*/**/pages/**.js"],
"rules": {
"no-unused-vars": "off",
"no-unused-expressions": "off"
}
}],
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended"
],
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"env": {
"browser": true,
"node": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hboot/react-webpack.git
git@gitee.com:hboot/react-webpack.git
hboot
react-webpack
react-webpack
master

搜索帮助