We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccd626 commit 9725e80Copy full SHA for 9725e80
.eslintrc.json
@@ -17,6 +17,7 @@
17
"no-unused-vars": "off",
18
"@typescript-eslint/no-unused-vars": "warn",
19
"@typescript-eslint/no-empty-function": "error",
20
- "@typescript-eslint/no-empty-interface": "off"
+ "@typescript-eslint/no-empty-interface": "off",
21
+ "no-mixed-spaces-and-tabs": "off"
22
}
23
0 commit comments