Skip to content

Commit ed5b543

Browse files
committed
chore: reduce lint patterns
1 parent 9595527 commit ed5b543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
},
5555
"scripts": {
5656
"semantic-release": "semantic-release",
57-
"lint": "prettier --check \"*.{js,json,md}\" \".github/**/*.{md,yml}\"",
58-
"lint:fix": "prettier --write \"*.{js,json,md}\" \".github/**/*.{md,yml}\""
57+
"lint": "prettier --check \"*.{js,json,md}\" \".github/**/*.yml\"",
58+
"lint:fix": "prettier --write \"*.{js,json,md}\" \".github/**/*.yml\""
5959
},
6060
"renovate": {
6161
"extends": [

0 commit comments

Comments
 (0)