Disable no-extra-parens on TypeScript files
This commit is contained in:
parent
4196a952e0
commit
0d005707bd
|
|
@ -160,6 +160,7 @@
|
||||||
"no-undef": 0,
|
"no-undef": 0,
|
||||||
"no-unused-vars": 0,
|
"no-unused-vars": 0,
|
||||||
"no-invalid-this": 0,
|
"no-invalid-this": 0,
|
||||||
|
"no-extra-parens": 0,
|
||||||
"indent": 0,
|
"indent": 0,
|
||||||
"@typescript-eslint/indent": [
|
"@typescript-eslint/indent": [
|
||||||
2,
|
2,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user