Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import tseslint from 'typescript-eslint'
import react from 'eslint-plugin-react'
import reactRefresh from 'eslint-plugin-react-refresh'
import reactHooks from 'eslint-plugin-react-hooks'
import tailwindcss from 'eslint-plugin-tailwindcss'
import prettier from 'eslint-config-prettier'

export default tseslint.config(
Expand Down Expand Up @@ -34,13 +33,11 @@ export default tseslint.config(
react,
'react-refresh': reactRefresh,
'react-hooks': reactHooks,
tailwindcss,
},
rules: {
// ...react.configs.recommended.rules,
// ...react.configs['jsx-runtime'].rules,
...reactHooks.configs.recommended.rules,
...tailwindcss.configs.recommended.rules,
'no-console': 'warn',
'react-refresh/only-export-components': 'off',
'@typescript-eslint/no-unused-vars': [
Expand Down
Loading
Loading