Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Sep 7, 2024
1 parent e0faae9 commit 8756d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default [
},
{
rules: {
"@typescript-eslint/no-explicit-any": "error",
'@typescript-eslint/no-explicit-any': 'error',
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
'no-loop-func': ['error'],
'no-console': ['error'],
Expand Down

0 comments on commit 8756d37

Please sign in to comment.