This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Part of package.json with eslint configuration I use. | |
// You'll need eslint-plugin-prettier in your dev dependencies | |
// and probably a bunch of other things. Eslint will complain. | |
// Just install what it asks for. | |
"eslintConfig": { | |
"extends": "react-app", | |
"plugins": [ | |
"prettier" | |
], |