Disable no-extra-parens on TypeScript files

This commit is contained in:
Pig Fang 2019-07-08 12:41:03 +08:00
parent 4196a952e0
commit 0d005707bd

View File

@ -160,6 +160,7 @@
"no-undef": 0,
"no-unused-vars": 0,
"no-invalid-this": 0,
"no-extra-parens": 0,
"indent": 0,
"@typescript-eslint/indent": [
2,