Skip to content

Commit

Permalink
Report unused eslint-disable directives
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrotoff committed Jul 6, 2023
1 parent 4abce17 commit dae0678
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Expand Up @@ -4,6 +4,8 @@
const config = {
parser: '@typescript-eslint/parser',
parserOptions: {},
// https://twitter.com/TkDodo/status/1667541777585258496
reportUnusedDisableDirectives: true,
extends: [
// /!\ Order matters: the next one overrides rules from the previous one
'plugin:playwright/playwright-test',
Expand Down

0 comments on commit dae0678

Please sign in to comment.