Skip to content

Commit

Permalink
workflow: rome only support .js & .ts for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Mar 11, 2023
1 parent b548026 commit 12ec680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@vue/compiler-sfc": "latest"
},
"lint-staged": {
"{src,__tests__}/**.*": "rome check",
"{src,__tests__}/**.{js,ts}": "rome check",
"*.md": [
"case-police --fix",
"zhlint --fix"
Expand All @@ -100,4 +100,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
}

0 comments on commit 12ec680

Please sign in to comment.