feat: 基础搭建框架完成
This commit is contained in:
@@ -42,5 +42,6 @@ module.exports = {
|
||||
'space-infix-ops': 2, // 要求操作符周围有空格
|
||||
'space-before-blocks': 2, // 要求语句块之前有空格
|
||||
'@typescript-eslint/explicit-function-return-type': 0, // 禁止函数必须要定义返回类型
|
||||
'react/display-name': 'off',
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user