Copy indent rule to TS as well

pull/21833/head
J. Ryan Stinnett 2021-04-23 15:47:01 +01:00
parent 31a28b1a9e
commit 9c3bd12830
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ module.exports = {
"@typescript-eslint/ban-ts-comment": "off",
"quotes": "off",
"indent": "off",
"no-extra-boolean-cast": "off",
},
}],