1 Star 0 Fork 3

luofairy / 个人后台管理系统 admin(React Rreact hooks React-Router Redux TypeScript)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 586 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
'env': {
'browser': true,
'commonjs': true,
'es6': true,
},
'extends': ['plugin:react/recommended'],
'globals': {
'$': true,
'process': true,
'__dirname': true,
'page': true,
'REACT_APP_ENV': true,
},
parser: '@typescript-eslint/parser',
'parserOptions': {
'ecmaFeatures': {
'experimentalObjectRestSpread': true,
'jsx': true,
},
'sourceType': 'module',
'ecmaVersion': 7,
},
'plugins': ['react'],
'rules': {
'no-undef': 0,
'no-unused-vars': 0,
'react/display-name': 0,
},
}
1
https://gitee.com/luodunlian/carefree-admin.git
git@gitee.com:luodunlian/carefree-admin.git
luodunlian
carefree-admin
个人后台管理系统 admin(React Rreact hooks React-Router Redux TypeScript)
master

搜索帮助