We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87cbd6 commit 39f5431Copy full SHA for 39f5431
index.js
@@ -103,8 +103,9 @@ module.exports = {
103
}],
104
'no-negated-condition': [1],
105
'no-tabs': [2],
106
- 'no-trailing-spaces': [2, { skipBlankLines: true }],
+ 'no-trailing-spaces': [2, {skipBlankLines: true}],
107
'no-unneeded-ternary': [2],
108
+ 'object-curly-spacing': [2],
109
'object-property-newline': [2, {
110
allowMultiplePropertiesPerLine: true
111
0 commit comments