Изучаю react. Судя по докам к create-react-app - в него входит конфиг к eslint.
Как использовать этот конфиг через плагин VSCode?
Если не устанавливать вручную npm пакеты eslint, когфига и .eslintrc - я получаю ошибку в VSCode:
[Info - 12:21:21] ESLint server is running.
[Info - 12:21:23] ESLint library loaded from: d:\React\test-project\node_modules\eslint\lib\api.js
[Warn - 12:21:23]
No ESLint configuration (e.g .eslintrc) found for file: d:\React\test-project\src\App.js
File will not be validated. Consider running 'eslint --init' in the workspace folder test-project
Alternatively you can disable ESLint by executing the 'Disable ESLint' command.
В консоли после "npm start" или "yarn start" - eslint срабатывает корректно.
$ yarn start
yarn run v1.3.2
$ react-scripts start
Compiled with warnings.
./src/App.js
Line 5: 'test' is assigned a value but never used no-unused-vars