Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Aug 13, 2024
1 parent cca0323 commit 0862046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default [
}],
'@typescript-eslint/naming-convention': ['error', {
selector: 'property',
format: ['UPPER_CASE'],
format: ['UPPER_CASE' | 'camelCase'],
}],
},
},
Expand Down

0 comments on commit 0862046

Please sign in to comment.