Skip to content

Commit

Permalink
Improve linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Dec 4, 2022
1 parent 45b9b74 commit d886127
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1648,6 +1648,10 @@ overrides:
# TypeScript, which can be tested
unicorn/no-useless-undefined: 0

# Allow testing callbacks
promise/prefer-await-to-callbacks: 0
n/handle-callback-err: 0

# Files that are sibling to a `*.js` or `*.ts`
- files: ['**/*.{test.{js,cjs,mjs,ts,cts,mts},d.ts,test-d.ts}']
rules:
Expand Down

0 comments on commit d886127

Please sign in to comment.