Skip to content

Commit

Permalink
chore: Always lint types folder and JSON (rollup#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods authored Mar 3, 2020
1 parent e1b68b7 commit 84fa43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ci:test": "pnpm run test -- --verbose",
"lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:package",
"lint:docs": "prettier --single-quote --write README.md",
"lint:js": "eslint --fix --cache src test",
"lint:js": "eslint --fix --cache src test --ext .js,.ts",
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
"prebuild": "del-cli dist",
"prepare": "pnpm run build",
Expand Down

0 comments on commit 84fa43a

Please sign in to comment.