Skip to content

Commit f0bfec0

Browse files
committed
Temporary disabling no-mixed-spaces-and-tabs rule
1 parent 08cf572 commit f0bfec0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"no-empty-interface": "off",
1313
"prefer-rest-params": "off",
1414
"@typescript-eslint/no-empty-interface": "off",
15-
"@typescript-eslint/ban-types": "off"
15+
"@typescript-eslint/ban-types": "off",
16+
"no-mixed-spaces-and-tabs": "off"
1617
}
1718
}

0 commit comments

Comments
 (0)