We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5480020 commit 1cb4f14Copy full SHA for 1cb4f14
1 file changed
package.json
@@ -84,6 +84,9 @@
84
],
85
"*.{ts,tsx,js}": [
86
"oxlint --type-aware --type-check"
87
+ ],
88
+ "*.{scss,css}": [
89
+ "stylelint"
90
]
91
},
92
"engines": {
0 commit comments