Skip to content

Commit 9725e80

Browse files
committed
style: disable eslint checking for mixed spaces and tabs
1 parent 6ccd626 commit 9725e80

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
@@ -17,6 +17,7 @@
1717
"no-unused-vars": "off",
1818
"@typescript-eslint/no-unused-vars": "warn",
1919
"@typescript-eslint/no-empty-function": "error",
20-
"@typescript-eslint/no-empty-interface": "off"
20+
"@typescript-eslint/no-empty-interface": "off",
21+
"no-mixed-spaces-and-tabs": "off"
2122
}
2223
}

0 commit comments

Comments
 (0)