Skip to content

Commit

Permalink
Merge pull request #22 from Automattic/nickdaugherty-patch-1
Browse files Browse the repository at this point in the history
Disable camelcase rules
  • Loading branch information
nickdaugherty committed Jan 10, 2019
2 parents bc68513 + 7acc3e6 commit 9921992
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 334 deletions.
4 changes: 4 additions & 0 deletions index.js
Expand Up @@ -36,6 +36,10 @@ module.exports = {
'wpcalypso/jsx-classname-namespace': 0,
camelcase: [
'warn',
{
properties: 'never',
ignoreDestructuring: true,
},
],
'no-console': [
'warn',
Expand Down

0 comments on commit 9921992

Please sign in to comment.