feat: 登录页面框架
This commit is contained in:
@@ -43,5 +43,12 @@ module.exports = {
|
||||
'space-before-blocks': 2, // 要求语句块之前有空格
|
||||
'@typescript-eslint/explicit-function-return-type': 0, // 禁止函数必须要定义返回类型
|
||||
'react/display-name': 'off',
|
||||
'@typescript-eslint/no-explicit-any': ['off'],
|
||||
'@typescript-eslint/no-var-requires': ['off'],
|
||||
'@typescript-eslint/no-use-before-define': ['off'],
|
||||
'@typescript-eslint/no-empty-function': ['off'],
|
||||
'@typescript-eslint/no-empty-interface': ['off'],
|
||||
'@typescript-eslint/no-unused-vars': ['off'],
|
||||
'@typescript-eslint/no-non-null-assertion': ['off'],
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user