Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Preset: ease up on requireCamelCaseOrUpperCaseIdentifiers in airbnb
Browse files Browse the repository at this point in the history
Since you can't govern your environment
  • Loading branch information
markelog committed Feb 28, 2016
1 parent ce34c05 commit 60caf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presets/airbnb.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"requireCommaBeforeLineBreak": true,
"requireSpaceBeforeBinaryOperators": true,
"requireSpaceAfterBinaryOperators": true,
"requireCamelCaseOrUpperCaseIdentifiers": true,
"requireCamelCaseOrUpperCaseIdentifiers": { "ignoreProperties": true },
"requireDollarBeforejQueryAssignment": true,
"requireLineFeedAtFileEnd": true,
"requireCapitalizedConstructors": true,
Expand Down

0 comments on commit 60caf4f

Please sign in to comment.