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

Commit 60caf4f

Browse files
committed
Preset: ease up on requireCamelCaseOrUpperCaseIdentifiers in airbnb
Since you can't govern your environment
1 parent ce34c05 commit 60caf4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presets/airbnb.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"requireCommaBeforeLineBreak": true,
4343
"requireSpaceBeforeBinaryOperators": true,
4444
"requireSpaceAfterBinaryOperators": true,
45-
"requireCamelCaseOrUpperCaseIdentifiers": true,
45+
"requireCamelCaseOrUpperCaseIdentifiers": { "ignoreProperties": true },
4646
"requireDollarBeforejQueryAssignment": true,
4747
"requireLineFeedAtFileEnd": true,
4848
"requireCapitalizedConstructors": true,

0 commit comments

Comments
 (0)