Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
0 answers
100 views

Using ESLint on server files with CRA

In VS Code - When running CRA and setting up a simple file structure with backend and frontend directories, the frontend (React) files are linted automatically by ESLint, but there is no syntax ...
Cheetara's user avatar
  • 529
14 votes
1 answer
7k views

Where can I find .eslintrc in CRA?

When using npx create-react-app appname, the react-scripts package which is installed includes an eslint dependency with "a minimal set of rules that find common mistakes." I want to use prettier and ...
dotDone's user avatar
  • 143