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 1293536 commit baa2cc0Copy full SHA for baa2cc0
doc/eslint.config_partial.mjs
@@ -23,7 +23,7 @@ export default [
23
},
24
],
25
26
- // Typescript rules
+ // TypeScript rules
27
'@typescript-eslint/no-unused-expressions': 'off',
28
'@typescript-eslint/no-unused-vars': 'off',
29
// Removed since it is used on how not to use examples.
0 commit comments