We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca5213 commit 3bbe0ceCopy full SHA for 3bbe0ce
1 file changed
eslint.config.js
@@ -11,12 +11,12 @@ export default [
11
{
12
rules: {
13
// TODO: We want to turn these on eventually
14
- // "indent": "off",
15
- // "max-len": "off",
16
- // "no-tabs": "off",
17
- // "@typescript-eslint/no-explicit-any": "off",
18
- // "@typescript-eslint/no-floating-promises": "off",
19
- // "@typescript-eslint/no-misused-promises": "off",
+ "indent": "off",
+ "max-len": "off",
+ "no-tabs": "off",
+ "@typescript-eslint/no-explicit-any": "off",
+ "@typescript-eslint/no-floating-promises": "off",
+ "@typescript-eslint/no-misused-promises": "off",
20
},
21
22
];
0 commit comments