Skip to content

Commit 3e9f0de

Browse files
committed
refactor: Fix stylelint config
1 parent c31846b commit 3e9f0de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

buildchain/vite.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,9 @@ export default defineConfig(({command}) => ({
5757
}
5858
},
5959
stylelint: {
60-
lintCommand: 'stylelint ./src/**/*.{css} --allow-empty-input --fix',
60+
lintCommand: 'stylelint ./src/**/*.{css,scss,sass,pcss} --fix',
6161
dev: {
6262
overrideConfig: {
63-
allowEmptyInput: true,
6463
cache: true,
6564
fix: false
6665
}

0 commit comments

Comments
 (0)