aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rules/typescript/default.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json
index 868cf26..70e31ce 100644
--- a/src/rules/typescript/default.json
+++ b/src/rules/typescript/default.json
@@ -60,6 +60,10 @@
{
"detectObjects": false,
"enforceConst": true,
+ "ignore": [
+ 0,
+ 1
+ ],
"ignoreArrayIndexes": false,
"ignoreEnums": true,
"ignoreNumericLiteralTypes": true,