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.
1 parent c25bce8 commit 2a57f01Copy full SHA for 2a57f01
README.md
@@ -3546,7 +3546,7 @@ Other Style Guides
3546
const PRIVATE_VARIABLE = 'should not be unnecessarily uppercased within a file';
3547
3548
// bad
3549
- export const THING_TO_BE_CHANGED = 'should obviously not be uppercased';
+ export const thing_to_be_changed = 'should obviously be uppercased';
3550
3551
3552
export let REASSIGNABLE_VARIABLE = 'do not use let with uppercase variables';
0 commit comments