Skip to content

Commit 4ccc3cc

Browse files
authored
chore: update lint-staged to use predefined script (eslint#170)
1 parent 9fb07fa commit 4ccc3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
],
5656
"!(*.js)": "prettier --write --ignore-unknown",
5757
"{src/rules/*.js,tools/update-rules-docs.js}": [
58-
"node tools/update-rules-docs.js",
58+
"npm run build:update-rules-docs",
5959
"git add README.md"
6060
]
6161
},

0 commit comments

Comments
 (0)