VadimCpp / events4friends.ru-react

Сайт для events4friends
https://events4friends.ru/
MIT License
7 stars 19 forks source link

Вернуть зависимость airbnb #408

Closed VadimCpp closed 2 years ago

VadimCpp commented 2 years ago

В задаче https://github.com/VadimCpp/events4friends.ru-react/issues/405 была удалена зависимость:

"eslint-config-airbnb": "^18.2.0",

После этого редактор кода стал показывать ошибку:

Screenshot 2022-02-13 at 23 41 59

И ошибка при выполнении команды npm run eslint:

npm run eslint

> events4friends.ru-react@0.1.0 eslint
> eslint src --ext .js --fix

Oops! Something went wrong! :(

ESLint: 6.8.0.

ESLint couldn't find the config "airbnb" to extend from. Please check that the name of the config is correct.

The config "airbnb" was referenced from the config file in "/User/Sites/events4friends/.eslintrc".

Вернуть зависимость, которая была ошибочно удалена

Задача для @RomanRid