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 3309002 commit 394896eCopy full SHA for 394896e
index.js
@@ -70,7 +70,9 @@ module.exports = {
70
'array-bracket-spacing': [2, 'never'],
71
'block-spacing': [2, 'always'],
72
'brace-style': [2],
73
- 'camelcase': [2],
+ 'camelcase': [2, {
74
+ properties: 'never'
75
+ }],
76
'comma-dangle': [2, 'never'],
77
'comma-spacing': [2],
78
'comma-style': [2],
0 commit comments