Skip to content

Commit a7b45fe

Browse files
committed
chore: Exclude vue files from stylelint
1 parent 6464992 commit a7b45fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.stylelintrc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"selector-class-pattern": "[^ ]",
55
"scss/dollar-variable-pattern": "[^ ]",
66
"scss/percent-placeholder-pattern": "[^ ]"
7-
}
7+
},
8+
"ignoreFiles": ["**/*.vue"]
89
}

0 commit comments

Comments
 (0)