Skip to content

Commit 5b2182e

Browse files
committed
add stylelint to lint-staged
1 parent 0921917 commit 5b2182e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@
8585
],
8686
"*.{ts,tsx,js}": [
8787
"oxlint --type-aware --type-check"
88+
],
89+
"*.{scss,css}": [
90+
"stylelint"
8891
]
8992
},
9093
"engines": {

0 commit comments

Comments
 (0)