|
|
|
|
@ -14,7 +14,7 @@
@@ -14,7 +14,7 @@
|
|
|
|
|
], |
|
|
|
|
"rules": { |
|
|
|
|
"@typescript-eslint/no-explicit-any": "off", // TODO: This should be re-enabled |
|
|
|
|
"@typescript-eslint/no-unused-vars": ["warn", { "args": "none" }], |
|
|
|
|
"@typescript-eslint/no-unused-vars": ["error", { "args": "none" }], |
|
|
|
|
"@typescript-eslint/explicit-member-accessibility": [ |
|
|
|
|
"error", |
|
|
|
|
{ |
|
|
|
|
@ -27,7 +27,7 @@
@@ -27,7 +27,7 @@
|
|
|
|
|
"allowedNames": ["self"] |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"no-console": "warn", |
|
|
|
|
"no-console": "error", |
|
|
|
|
"import/no-unresolved": "off", // TODO: Look into turning off once each package is an actual package. |
|
|
|
|
"import/order": [ |
|
|
|
|
"error", |
|
|
|
|
|