Skip to content

Commit bcba7dc

Browse files
Report unused ESLint directives
1 parent dd91f86 commit bcba7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build-demo": "webpack --config demo/webpack.config.js",
2121
"clean": "rimraf lib/*",
2222
"format": "prettier --write 'src/**'",
23-
"lint": "tsc; eslint . --ext .js,.ts",
23+
"lint": "tsc; eslint . --report-unused-disable-directives --ext .js,.ts",
2424
"precommit": "pretty-quick --staged",
2525
"test": "jest --coverage",
2626
"travisci": "npm run lint && npm run test"

0 commit comments

Comments
 (0)