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.
camelcase
1 parent 6b5922c commit e257deeCopy full SHA for e257dee
packages/eslint-config-airbnb-base/rules/style.js
@@ -21,8 +21,7 @@ module.exports = {
21
'brace-style': ['error', '1tbs', { allowSingleLine: true }],
22
23
// require camel case names
24
- // TODO: semver-major (eslint 5): add ignoreDestructuring: false option
25
- camelcase: ['error', { properties: 'never' }],
+ camelcase: ['error', { properties: 'never', ignoreDestructuring: false }],
26
27
// enforce or disallow capitalization of the first letter of a comment
28
// https://eslint.org/docs/rules/capitalized-comments
0 commit comments