Skip to content

Commit

Permalink
Disable the 'declaration-colon-newline-after' rule since it conflicts…
Browse files Browse the repository at this point in the history
… with Prettier
  • Loading branch information
Dani Fenske committed Sep 6, 2018
1 parent 8f60816 commit 0ffbc87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
'declaration-block-no-duplicate-properties': true,
'declaration-block-no-redundant-longhand-properties': true,
'declaration-block-semicolon-newline-after': 'always',
'declaration-colon-newline-after': null,
'font-family-name-quotes': 'always-unless-keyword',
'font-weight-notation': 'numeric',
'function-parentheses-space-inside': 'never',
Expand Down

0 comments on commit 0ffbc87

Please sign in to comment.