Skip to content

Commit

Permalink
chore(eslint): remove eslint configuration related to prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvvon committed Dec 23, 2024
1 parent 989ec56 commit f8cef86
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import eslint from '@eslint/js'
import vitest from '@vitest/eslint-plugin'
import importPlugin from 'eslint-plugin-import'
import jestDom from 'eslint-plugin-jest-dom'
// eslint-disable-next-line import/extensions
import prettierRecommended from 'eslint-plugin-prettier/recommended'
import react from 'eslint-plugin-react'
import reactCompiler from 'eslint-plugin-react-compiler'
import reactHooks from 'eslint-plugin-react-hooks'
Expand Down Expand Up @@ -136,5 +134,4 @@ export default tseslint.config(
'@typescript-eslint/no-require-imports': 'off',
},
},
prettierRecommended,
)

0 comments on commit f8cef86

Please sign in to comment.