Skip to content

Commit

Permalink
chore: lint all files by default and add `--report-unused-disable-dir…
Browse files Browse the repository at this point in the history
…ectives` flag (#198)
  • Loading branch information
brettz9 committed Sep 29, 2022
1 parent 5d77f93 commit 81d0f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"bugs": "https://github.com/eslint-community/eslint-plugin-promise/issues",
"scripts": {
"format": "prettier --write .",
"lint": "eslint .",
"lint": "eslint --report-unused-disable-directives .",
"prepare": "husky install",
"test": "jest --coverage"
},
Expand Down Expand Up @@ -55,7 +55,7 @@
],
"*.js": [
"prettier --write",
"eslint --fix"
"eslint --report-unused-disable-directives --fix"
],
"*.+(json|md)": [
"prettier --write"
Expand Down

0 comments on commit 81d0f94

Please sign in to comment.