Add in ignores (for now)

This commit is contained in:
Sam Rose 2024-03-18 10:13:25 +00:00
parent b9b4ccea30
commit cc4f1a0722
No known key found for this signature in database
1 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,12 @@
"parser": "@typescript-eslint/parser",
"extends": ["eslint:recommended"],
"rules": {
"no-unused-vars": "off",
"no-inner-declarations": "off",
"no-case-declarations": "off",
"no-useless-escape": "off",
"no-undef": "off",
"no-prototype-builtins": "off",
"local-rules/no-test-com": "error",
"local-rules/email-domain-example-com": "error",
"local-rules/remove-only-from-tests": "warn",