I can't add rules or edit ESLint in a Create React App.
before version 4.0. all was ok- i had .eslintrc.js file with rules. i moved to 4.0.2 and - the app stopped compiling. so i removed .eslintrc.js, and got completion back. ok.
but now, i can't add or edit anything regarding ESLlint.
i can't add a new .eslintrc.js, use the old one, or config the lint in the package.json file like the documentation solution - all returning to completion problem.
tried to add .env file with ESLINT_NO_DEV_ERRORS=true
but still the same problem.
how can you extend or Edit ESLint ?