Add missing lint rule

This commit is contained in:
Ross Brodbeck 2021-10-13 08:45:14 -04:00
parent 122e223f4f
commit d3152badbb

View File

@ -8,6 +8,7 @@
"project": "./tsconfig.json"
},
"rules": {
"i18n-text/no-en": "off",
"eslint-comments/no-use": "off",
"import/no-namespace": "off",
"no-unused-vars": "off",