Skip to content

Commit

Permalink
Enable unicorn/prefer-module
Browse files Browse the repository at this point in the history
  • Loading branch information
codykaup committed Sep 27, 2024
1 parent 38a7b49 commit dedd225
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ export default [
'unicorn/switch-case-braces': 'off',
'unicorn/no-process-exit': 'off',
'unicorn/prefer-node-protocol': 'off', // This will error our Webpack build
// TODO: remove the following lines when we are ready to enforce these rules
'unicorn/prefer-module': 'off',
},
},
// prefer TS to complain when we miss an arg vs. sending an intentional undefined
Expand Down

0 comments on commit dedd225

Please sign in to comment.