complete-intro-to-react-v6 icon indicating copy to clipboard operation
complete-intro-to-react-v6 copied to clipboard

JSX Lesson | Remove prettier/react from eslintrc as it's no longer required

Open weronikadominiak opened this issue 4 years ago • 1 comments

Prevents error: Error: "prettier/react" has been merged into "prettier" in eslint-config-prettier 8.0.0. See: https: //github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-800-2021-02-21

There was a change in the repository with the project's code: https://github.com/btholt/citr-v6-project/commit/1fb63d38055217b08353a0a76d1e1bb327962212, but JSX lesson wasn't updated. This PR unifies both repositiories.

weronikadominiak avatar Jun 30 '21 12:06 weronikadominiak

Umm, shouldn't we update the version of eslint-config-prettier in the file package.json to ^8.x.x first ??

quriosapien avatar Aug 04 '21 12:08 quriosapien