Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Support linting in Vue single-file components
Browse files Browse the repository at this point in the history
  • Loading branch information
jonboiser authored Jul 12, 2018
1 parent fba3d82 commit c0ff011
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ export default {
'source.less',
'source.css.less',
'source.css.postcss',
'source.css.postcss.sugarss'
'source.css.postcss.sugarss',
'source.css.scss.embedded.html'
];
},

Expand Down

0 comments on commit c0ff011

Please sign in to comment.