Skip to content

Commit

Permalink
chore: Exclude vue files from stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasenkoo committed Jan 29, 2022
1 parent 6464992 commit a7b45fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"selector-class-pattern": "[^ ]",
"scss/dollar-variable-pattern": "[^ ]",
"scss/percent-placeholder-pattern": "[^ ]"
}
},
"ignoreFiles": ["**/*.vue"]
}

0 comments on commit a7b45fe

Please sign in to comment.