Answer the question
In order to leave comments, you need to log in
How to completely remove ESLint?
Hello, I have such a problem: I started learning React from video tutorials, I installed ESLint (via npm install and in VSCode), but he swears at the teacher’s example, and refuses to run the code with an error in the console:
src/17_api/components/pagination/pagination.jsx
Line 21:3: 'btsnArr' is not defined no-undef
src/17_api/containers/news/news.jsx
Line 97:13: Expected an assignment or function call and instead saw an expression no-unused-expressions
Search for the keywords to learn more about each error.
npm uninstall -g eslint
npm uninstall eslint --save
npm uninstall eslint --save-dev
npm uninstall eslint-config-prettier
npm remove eslint
eslint -v
npm list
also shows that the linter is no more, but still, when you run the create-react-app project through npm start
/* eslint-disable */
How to completely remove ESLint, please tell me?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question