btholt / complete-intro-to-react-v6

learn React.js with Brian Holt
https://frontendmasters.com/courses/complete-react-v6/
Other
1.47k stars 215 forks source link

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

Open weronikadominiak opened 3 years ago

weronikadominiak commented 3 years ago

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.

quriosapien commented 3 years ago

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