Skip to content

Commit 0c7410e

Browse files
jrolfsgithub-actions[bot]
authored andcommitted
feat(config/eslint): update eslint-config-prettier usage per documentation
https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-800-2021-02-21
1 parent b743a65 commit 0c7410e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/config/helpers/build-eslint.js

-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ const buildConfig = ({withReact = false} = {}) => {
4444
ifReact(airbnb(), airbnb('base')),
4545
'plugin:jest/recommended',
4646
prettier(),
47-
prettier('@typescript-eslint'),
48-
ifReact(prettier('react')),
4947
ifReact('plugin:react-hooks/recommended'),
5048
].filter(Boolean),
5149
rules: {

0 commit comments

Comments
 (0)