Skip to content

Commit

Permalink
🔧 chore: eslint
Browse files Browse the repository at this point in the history
Signed-off-by: Zach <[email protected]>
  • Loading branch information
Zach677 committed Oct 6, 2024
1 parent b0f9a43 commit 7337830
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default defineConfig(
ignores: [],
preferESM: false,
react: 'next',
tailwindCSS: true,
},
{
settings: {
Expand All @@ -22,6 +23,7 @@ export default defineConfig(
'import/no-anonymous-default-export': 'off',
eqeqeq: 'warn',
'no-console': 'warn',
'@eslint-react/dom/no-missing-button-type': 0,
'unicorn/prefer-math-trunc': 'off',
'unicorn/prefer-dom-node-remove': 'off',
'@typescript-eslint/no-unsafe-function-type': 'off',
Expand Down Expand Up @@ -49,6 +51,7 @@ export default defineConfig(
'unicorn/no-anonymous-default-export': 0,
'unicorn/no-magic-array-flat-depth': 1,
'react-refresh/only-export-components': 0,
'@eslint-react/no-clone-element': 0,
},
},

Expand Down

0 comments on commit 7337830

Please sign in to comment.