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 d0e50c7 commit 7d13046Copy full SHA for 7d13046
eslint.config.mjs
@@ -235,8 +235,7 @@ export default [
235
// we want), and it's nice to await before returning anyways, since you get
236
// a slightly more comprehensive stack trace upon promise rejection.
237
'@typescript-eslint/return-await': ['error', 'always'],
238
- // Disable no-redeclare and no-unused-vars rule because they don't play
239
- // well with TypeScript.
+ // Disable the following rules because they don't play well with TypeScript.
240
'no-redeclare': 'off',
241
'no-unused-vars': 'off'
242
}
0 commit comments