Skip to content

Commit

Permalink
add upper case to allowed import formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús García committed Jul 10, 2024
1 parent 9fa72d6 commit 24ccc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
},
{
selector: 'import',
format: ['camelCase', 'PascalCase'],
format: ['camelCase', 'PascalCase', 'UPPER_CASE'],
},
{
// This is the 'property' group values. For some reason `property` selector is not recogniced.
Expand Down

0 comments on commit 24ccc2a

Please sign in to comment.