aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rules/typescript/default.json17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json
index 0c029f1..e888c02 100644
--- a/src/rules/typescript/default.json
+++ b/src/rules/typescript/default.json
@@ -59,19 +59,7 @@
"off"
],
"@typescript-eslint/no-magic-numbers": [
- "warn",
- {
- "detectObjects": false,
- "enforceConst": true,
- "ignore": [
- 0,
- 1
- ],
- "ignoreArrayIndexes": false,
- "ignoreEnums": true,
- "ignoreNumericLiteralTypes": true,
- "ignoreReadonlyClassProperties": true
- }
+ "off"
],
"@typescript-eslint/no-misused-promises": [
"error",
@@ -193,9 +181,6 @@
"no-implied-eval": [
"off"
],
- "no-magic-numbers": [
- "off"
- ],
"no-unused-vars": [
"off"
],