Skip to content

Commit

Permalink
chore: fix prettier matching pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Jun 3, 2023
1 parent b8c093c commit b061964
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 @@ -10,7 +10,7 @@
"main": "index.js",
"scripts": {
"lint:eslint": "eslint . --ext .js",
"lint:prettier": "prettier './**/*.{json,md,yml}' --check",
"lint:prettier": "prettier ./**/*.{json,md,yml} --check",
"lint": "npm run lint:eslint && npm run lint:prettier",
"lint:fix": "npm run lint:eslint -- --fix && npm run lint:prettier -- --write",
"semantic-release": "semantic-release",
Expand Down

0 comments on commit b061964

Please sign in to comment.