File tree Expand file tree Collapse file tree 3 files changed +573
-136
lines changed Expand file tree Collapse file tree 3 files changed +573
-136
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "ignores" : [
3+ " @lavamoat/allow-scripts" ,
4+ " @lavamoat/preinstall-always-fail" ,
5+ " @metamask/auto-changelog" ,
6+ " @types/*" ,
7+ " prettier-plugin-packagejson" ,
8+ " ts-node" ,
9+ " typedoc"
10+ ]
11+ }
Original file line number Diff line number Diff line change 2828 "build" : " tsc --project tsconfig.build.json" ,
2929 "build:clean" : " rimraf dist && yarn build" ,
3030 "build:docs" : " typedoc" ,
31- "lint" : " yarn lint:eslint && yarn lint:misc --check" ,
31+ "lint" : " yarn lint:eslint && yarn lint:misc --check && yarn lint:dependencies --check" ,
32+ "lint:dependencies" : " depcheck && yarn dedupe" ,
3233 "lint:eslint" : " eslint . --cache --ext js,ts" ,
33- "lint:fix" : " yarn lint:eslint --fix && yarn lint:misc --write" ,
34+ "lint:fix" : " yarn lint:eslint --fix && yarn lint:misc --write && yarn lint:dependencies " ,
3435 "lint:misc" : " prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern" ,
3536 "prepack" : " ./scripts/prepack.sh" ,
3637 "test" : " jest && jest-it-up" ,
5051 "@types/jest" : " ^28.1.6" ,
5152 "@typescript-eslint/eslint-plugin" : " ^5.42.1" ,
5253 "@typescript-eslint/parser" : " ^5.42.1" ,
54+ "depcheck" : " ^1.4.5" ,
5355 "eslint" : " ^8.27.0" ,
5456 "eslint-config-prettier" : " ^8.5.0" ,
5557 "eslint-plugin-import" : " ^2.26.0" ,
You can’t perform that action at this time.
0 commit comments