Skip to content

Commit

Permalink
Merge pull request #89 from primer/remove-formatting-rules
Browse files Browse the repository at this point in the history
Remove rules that clash with prettier
  • Loading branch information
koddsson authored Feb 23, 2021
2 parents cb6774f + 6d32d01 commit 53cee60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ module.exports = {
'function-parentheses-space-inside': 'never-single-line',
'function-url-quotes': 'always',
'function-whitespace-after': 'always',
indentation: 2,
'length-zero-no-unit': true,
'max-empty-lines': 1,
'max-nesting-depth': 3,
Expand Down Expand Up @@ -135,10 +134,8 @@ module.exports = {
'selector-type-case': 'lower',
'shorthand-property-no-redundant-values': true,
'string-no-newline': true,
'string-quotes': 'double',
'unit-case': 'lower',
'unit-no-unknown': true,
'value-list-comma-newline-after': 'always-multi-line',
'value-list-comma-space-after': 'always-single-line',
'value-list-comma-space-before': 'never',
'value-no-vendor-prefix': true
Expand Down

0 comments on commit 53cee60

Please sign in to comment.