Copy indent rule to TS as well

This commit is contained in:
J. Ryan Stinnett
2021-04-23 16:07:15 +01:00
parent 31a28b1a9e
commit 9c3bd12830
+1
View File
@@ -30,6 +30,7 @@ module.exports = {
"@typescript-eslint/ban-ts-comment": "off",
"quotes": "off",
"indent": "off",
"no-extra-boolean-cast": "off",
},
}],