Skip to content

Commit

Permalink
fix: add support for stylelint with Vue
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Jan 30, 2022
1 parent f627627 commit 94ae13a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion stylelint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
module.exports = {
extends: ['stylelint-config-standard', 'stylelint-config-prettier'],
extends: [
'stylelint-config-standard',
'stylelint-config-prettier',
'stylelint-config-recommended-vue',
],
// add your custom config here
// https://stylelint.io/user-guide/configuration
rules: {},
Expand Down

0 comments on commit 94ae13a

Please sign in to comment.