Skip to content

Commit

Permalink
Fix typescript-eslint-jest example to remove Prettier package causing…
Browse files Browse the repository at this point in the history
… errors (#22452)

Delete "prettier/@typescript-eslint" from .eslintrc.json. 

After update to the last version I getting this error on running lint: ESLint couldn't find the config "prettier/@typescript-eslint" to extend from. 
I explore this issue prettier/eslint-config-prettier#175 and I think those extensions aren't needed anymore.
  • Loading branch information
rsipakov committed Mar 1, 2021
1 parent 0a35b57 commit 4e9c5ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/with-typescript-eslint-jest/.eslintrc.json
Expand Up @@ -8,7 +8,6 @@
// Uncomment the following lines to enable eslint-config-prettier
// Is not enabled right now to avoid issues with the Next.js repo
// "prettier",
// "prettier/@typescript-eslint"
],
"env": {
"es6": true,
Expand Down

0 comments on commit 4e9c5ee

Please sign in to comment.