Skip to content

Commit 7d13046

Browse files
committed
Lint config nit
1 parent d0e50c7 commit 7d13046

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eslint.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,7 @@ export default [
235235
// we want), and it's nice to await before returning anyways, since you get
236236
// a slightly more comprehensive stack trace upon promise rejection.
237237
'@typescript-eslint/return-await': ['error', 'always'],
238-
// Disable no-redeclare and no-unused-vars rule because they don't play
239-
// well with TypeScript.
238+
// Disable the following rules because they don't play well with TypeScript.
240239
'no-redeclare': 'off',
241240
'no-unused-vars': 'off'
242241
}

0 commit comments

Comments
 (0)