Skip to content

Commit

Permalink
Add eslint rule to make sure disable directives are used
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Jun 7, 2024
1 parent c5b1f62 commit 4983322
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
"isort.args":["--profile", "black"],
"flake8.args": [
"--ignore=E501,W503"
]
],
"eslint.options": {
"reportUnusedDisableDirectives": "error"
},
}

0 comments on commit 4983322

Please sign in to comment.