build: base url

This commit is contained in:
jialin
2024-06-14 11:17:04 +08:00
parent 73c68dee1b
commit 94e8638d28
7 changed files with 61 additions and 26 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
module.exports = {
extends: require.resolve('@umijs/max/eslint'),
// react/no-unstable-nested-components config
rules: {
'react/no-unstable-nested-components': 'on'
'react/no-unstable-nested-components': 1,
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': 'off'
}
};