Skip to content

Commit 3bbe0ce

Browse files
committed
Restore eslint config
1 parent 5ca5213 commit 3bbe0ce

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

eslint.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ export default [
1111
{
1212
rules: {
1313
// 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",
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",
2020
},
2121
},
2222
];

0 commit comments

Comments
 (0)