Skip to content

Commit

Permalink
chore(CI): allow whitespace in some instances
Browse files Browse the repository at this point in the history
this makes webstorm happy
  • Loading branch information
benjamincharity committed Oct 25, 2019
1 parent f0a3131 commit b48f194
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stylelint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
module.exports = {extends: '@terminus/stylelint-config-frontend'}
module.exports = {
extends: '@terminus/stylelint-config-frontend',
rules: { 'no-eol-whitespace': [true, { ignore: 'empty-lines' }] },
}

0 comments on commit b48f194

Please sign in to comment.