Skip to content

Commit 8572a1f

Browse files
authored
chore update readme
1 parent 2a57f01 commit 8572a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3546,7 +3546,7 @@ Other Style Guides
35463546
const PRIVATE_VARIABLE = 'should not be unnecessarily uppercased within a file';
35473547
35483548
// bad
3549-
export const thing_to_be_changed = 'should obviously be uppercased';
3549+
export const some_exported_constant = 'should obviously be uppercased';
35503550
35513551
// bad
35523552
export let REASSIGNABLE_VARIABLE = 'do not use let with uppercase variables';

0 commit comments

Comments
 (0)