Skip to content

Commit

Permalink
Enable unicorn/filename-case
Browse files Browse the repository at this point in the history
  • Loading branch information
codykaup committed Sep 27, 2024
1 parent 38a7b49 commit 4adcb31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ export default [
unicorn.configs['flat/recommended'],
{
rules: {
// TODO: Switch this to 'error' when we are ready to enforce this rule
'unicorn/filename-case': ['off', { case: 'camelCase' }],
'unicorn/filename-case': ['error', { case: 'camelCase' }],
// Chromatic uses err as our catch convention.
// This is baked into pino transforms as well.
'unicorn/prevent-abbreviations': [
Expand Down

0 comments on commit 4adcb31

Please sign in to comment.