2 Star 1 Fork 1

易灵/react-client-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.json 666 Bytes
一键复制 编辑 原始数据 按行查看 历史
LiYiLin 提交于 2022-01-21 20:21 +08:00 . 登入表单使用LoginForm组件
{
"root": true,
"env": {
"browser": true,
"node": true,
"es2021": true
},
"extends": [
"react-app",
"react-app/jest",
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 2021,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"react-hooks/exhaustive-deps": "off"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/yilin-codes/react-client.git
git@gitee.com:yilin-codes/react-client.git
yilin-codes
react-client
react-client-demo
master

搜索帮助