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 0921917 commit 5b2182eCopy full SHA for 5b2182e
1 file changed
package.json
@@ -85,6 +85,9 @@
85
],
86
"*.{ts,tsx,js}": [
87
"oxlint --type-aware --type-check"
88
+ ],
89
+ "*.{scss,css}": [
90
+ "stylelint"
91
]
92
},
93
"engines": {
0 commit comments