Skip to content

Commit

Permalink
stop enforcing camelCase; issue #216
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasmalik committed Oct 4, 2016
1 parent e2c846f commit 5cdbca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/stylistic_issues.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
'array-bracket-spacing': [2, 'never'], // https://github.com/dwyl/goodparts/issues/219
'block-spacing': 2, // https://github.com/dwyl/goodparts/issues/218
'brace-style': [2, '1tbs', { allowSingleLine: true }], // https://github.com/dwyl/goodparts/issues/217
'camelcase': 2, // https://github.com/dwyl/goodparts/issues/216
'camelcase': 0, // https://github.com/dwyl/goodparts/issues/216
'comma-style': [2, 'last'], // https://github.com/dwyl/goodparts/issues/215
'comma-spacing': [2, {
before: false, after: true
Expand Down

0 comments on commit 5cdbca1

Please sign in to comment.