Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 9133954

Browse files
committed
fix(lint-staged): run eslint only for staged files
1 parent f1fddeb commit 9133954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cna-template/template/nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
88
},
99
"lint-staged": {
10-
"*.{js,vue}": "<%= pmRun %> lint",
10+
"*.{js,vue}": "eslint",
1111
"*.{css,vue}": "stylelint"
1212
},
1313
"husky": {

0 commit comments

Comments
 (0)