Skip to content

Commit 1cb4f14

Browse files
committed
add stylelint to lint-staged
1 parent 5480020 commit 1cb4f14

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
@@ -84,6 +84,9 @@
8484
],
8585
"*.{ts,tsx,js}": [
8686
"oxlint --type-aware --type-check"
87+
],
88+
"*.{scss,css}": [
89+
"stylelint"
8790
]
8891
},
8992
"engines": {

0 commit comments

Comments
 (0)