We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc491d9 commit 5818966Copy full SHA for 5818966
eslint.config.js
@@ -7,7 +7,9 @@ export default [
7
rules: {
8
// we leave unused vars around for the exercises
9
'no-unused-vars': 'off',
10
+ 'import/order': 'off',
11
'@typescript-eslint/no-unused-vars': 'off',
12
+ '@typescript-eslint/no-floating-promises': 'off',
13
},
14
15
]
0 commit comments