chore: edit eslint

This commit is contained in:
Jacob Nguyen
2022-09-09 01:59:31 -05:00
parent 59a956fd0d
commit 2189a065c7

View File

@@ -6,6 +6,8 @@
"@typescript-eslint/no-non-null-assertion": "off",
"quotes": [2, "single", { "avoidEscape": true, "allowTemplateLiterals": true }],
"semi": ["error", "always"],
"@typescript-eslint/no-empty-interface": 0
"@typescript-eslint/no-empty-interface": 0,
"@typescript-eslint/ban-types" : 0
}
}