Skip to content

Commit

Permalink
Merge pull request #1 from payscale/dani
Browse files Browse the repository at this point in the history
Disable the 'declaration-colon-newline-after' rule since it conflicts with Prettier
  • Loading branch information
dfenske authored Sep 10, 2018
2 parents 8f60816 + 0ffbc87 commit 42c4303
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 42c4303

Please sign in to comment.