fix eslint rule
This commit is contained in:
parent
6cb1ad6279
commit
ae5f8df92f
@ -35,7 +35,7 @@ module.exports = {
|
||||
'@typescript-eslint'
|
||||
],
|
||||
rules: {
|
||||
'InferGetStaticPropsType': 'wanr',
|
||||
'InferGetStaticPropsType': 'warn',
|
||||
'space-before-function-paren': 'off',
|
||||
'@typescript-eslint/space-before-function-paren': 'off',
|
||||
'@typescript-eslint/strict-boolean-expressions': [
|
||||
|
Loading…
Reference in New Issue
Block a user