Skip to content

Commit 53cee60

Browse files
authored
Merge pull request #89 from primer/remove-formatting-rules
Remove rules that clash with prettier
2 parents cb6774f + 6d32d01 commit 53cee60

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ module.exports = {
7575
'function-parentheses-space-inside': 'never-single-line',
7676
'function-url-quotes': 'always',
7777
'function-whitespace-after': 'always',
78-
indentation: 2,
7978
'length-zero-no-unit': true,
8079
'max-empty-lines': 1,
8180
'max-nesting-depth': 3,
@@ -135,10 +134,8 @@ module.exports = {
135134
'selector-type-case': 'lower',
136135
'shorthand-property-no-redundant-values': true,
137136
'string-no-newline': true,
138-
'string-quotes': 'double',
139137
'unit-case': 'lower',
140138
'unit-no-unknown': true,
141-
'value-list-comma-newline-after': 'always-multi-line',
142139
'value-list-comma-space-after': 'always-single-line',
143140
'value-list-comma-space-before': 'never',
144141
'value-no-vendor-prefix': true

0 commit comments

Comments
 (0)