Skip to content
Prev Previous commit
Next Next commit
eslint: report unused disable directives
  • Loading branch information
Hypnosphi committed Feb 17, 2018
commit 7af2979cb5fa746be2df14c0cb79528ec3ab9c41
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"docs:dev": "npm --prefix docs run dev",
"github-release": "github-release-from-changelog",
"lint": "yarn lint:js . && yarn lint:ts **/*.ts && yarn lint:md .",
"lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location=.cache/eslint --ext .js,.jsx,.json",
"lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location=.cache/eslint --ext .js,.jsx,.json --report-unused-disable-directives",
"lint:ts": "tslint -p . -c tslint.json -t stylish",
"lint:md": "remark -q",
"publish": "lerna publish",
Expand Down