Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Oct 22, 2021
1 parent f010f14 commit 7cbfa93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stylelint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@ module.exports = {
files: ["*.styl", "**/*.styl", "*.stylus", "**/*.stylus"],
customSyntax: "postcss-styl",
},
{
files: ["*.vue", "**/*.vue"],
customSyntax: "postcss-html",
},
],
}

0 comments on commit 7cbfa93

Please sign in to comment.