Skip to content

Commit 12ec680

Browse files
committed
workflow: rome only support .js & .ts for now
1 parent b548026 commit 12ec680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@vue/compiler-sfc": "latest"
9292
},
9393
"lint-staged": {
94-
"{src,__tests__}/**.*": "rome check",
94+
"{src,__tests__}/**.{js,ts}": "rome check",
9595
"*.md": [
9696
"case-police --fix",
9797
"zhlint --fix"
@@ -100,4 +100,4 @@
100100
"publishConfig": {
101101
"registry": "https://registry.npmjs.org"
102102
}
103-
}
103+
}

0 commit comments

Comments
 (0)