Skip to content

Commit

Permalink
Have enum members use PascalCase.
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj committed Aug 9, 2021
1 parent 903d3b8 commit 2cc7973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ module.exports = {
leadingUnderscore: 'allow',
},
{
selector: 'typeLike',
selector: ['typeLike', 'enumMember'],
format: ['PascalCase'],
},
],
Expand Down

0 comments on commit 2cc7973

Please sign in to comment.