Disable conflicting eslint rules
Conflict with prettier
This commit is contained in:
parent
3def4f26e4
commit
d92c6ab2e2
1 changed files with 2 additions and 1 deletions
|
@ -17,9 +17,10 @@ module.exports = {
|
|||
"@typescript-eslint/no-misused-promises": ["error", {"checksConditionals": false}],
|
||||
"@typescript-eslint/no-redeclare": 0,
|
||||
"@typescript-eslint/no-non-null-assertion": 0,
|
||||
"@typescript-eslint/member-delimiter-style": 0,
|
||||
"no-return-assign": 0,
|
||||
"no-useless-return": 0,
|
||||
"quotes": 2,
|
||||
"quotes": 0,
|
||||
"object-curly-spacing": 2,
|
||||
"n/no-callback-literal": 0,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue