Initial commit
This commit is contained in:
12
.eslintrc.js
Normal file
12
.eslintrc.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
extends: [require.resolve("@umijs/fabric/dist/eslint")],
|
||||
rules: {
|
||||
"quotes": [2, "double", "avoid-escape"],
|
||||
"quote-props": 0,
|
||||
},
|
||||
globals: {
|
||||
ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION: true,
|
||||
page: true,
|
||||
REACT_APP_ENV: true,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user