Skip to content

Commit

Permalink
fix(lint): Update linting rule
Browse files Browse the repository at this point in the history
see #297
  • Loading branch information
Retro64 committed Apr 2, 2024
1 parent a2685c8 commit b802247
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ module.exports = {
"format": ["camelCase", "UPPER_CASE"],
leadingUnderscore: 'allow'
},
{
"selector": "import",
"format": ["camelCase", "PascalCase"]
},
{
"selector": "default",
"format": ["camelCase"],
Expand Down

0 comments on commit b802247

Please sign in to comment.