Skip to content

Commit

Permalink
test(prettier): adjusted the lint script name since prettier isnt spe…
Browse files Browse the repository at this point in the history
…cific to js
  • Loading branch information
travi committed Sep 17, 2023
1 parent 8f15f4b commit 42c2954
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 @@ -141,8 +141,8 @@
},
"scripts": {
"codecov": "codecov -f coverage/coverage-final.json",
"lint:js": "prettier --check \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"docs/**/*.md\" \"{bin,lib,test}/**/*.js\"",
"lint:js:fix": "prettier --write \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"docs/**/*.md\" \"{bin,lib,test}/**/*.js\"",
"lint:prettier": "prettier --check \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"docs/**/*.md\" \"{bin,lib,test}/**/*.js\"",
"lint:prettier:fix": "prettier --write \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"docs/**/*.md\" \"{bin,lib,test}/**/*.js\"",
"lint:lockfile": "lockfile-lint",
"lint:engines": "ls-engines",
"semantic-release": "./bin/semantic-release.js",
Expand Down

0 comments on commit 42c2954

Please sign in to comment.