Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/dev.js
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ module.exports = (context, options = {}) => {
config
.plugin('stylelint')
.use(StylelintPlugin, [{
emitErrors: false,
emitWarning: true,
formatter: require('stylelint-codeframe-formatter'),
syntax: 'scss'
}])

0 comments on commit f4be6cf

Please sign in to comment.