Tweak some typescript things

This commit is contained in:
Jonathan Staab
2023-09-20 10:28:57 -07:00
parent 25adcc71ef
commit 4ce450f55c
+1
View File
@@ -17,6 +17,7 @@ module.exports = {
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-unused-vars": ["error", {args: "none"}],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/ban-ts-comment": "off",