Skip to content

Commit

Permalink
Fixing ESlint
Browse files Browse the repository at this point in the history
  • Loading branch information
seantomburke committed Nov 8, 2024
1 parent 52d0d03 commit 975f184
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default [
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'prettier/prettier': 'error',
...prettier.rules,
...eslintPluginMocha.configs.recommended.rules,
},
},
Expand Down

0 comments on commit 975f184

Please sign in to comment.