However, if you prefer the lint results to appear right in your editor, there are some extra steps you can do. You would need to install an ESLint plugin for your editor first. Then, add a file called .eslintrc to the project root: { "extends": "react-app" } Now your editor ...