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 2a57f01 commit 8572a1fCopy full SHA for 8572a1f
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 be uppercased';
+ export const some_exported_constant = 'should obviously be uppercased';
3550
3551
3552
export let REASSIGNABLE_VARIABLE = 'do not use let with uppercase variables';
0 commit comments