Anntol / rsclone

https://github.com/rolling-scopes-school/tasks/blob/master/tasks/rsclone/rsclone.md
1 stars 0 forks source link

Eslint #11

Open coriander31415 opened 3 years ago

coriander31415 commented 3 years ago

Eslint linebreak-style rule

coriander31415 commented 3 years ago
npm i
npm WARN eslint-config-airbnb@18.2.0 requires a peer of eslint-plugin-jsx-a11y@^6.3.0 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-config-airbnb@18.2.0 requires a peer of eslint-plugin-react@^7.20.0 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-config-airbnb@18.2.0 requires a peer of eslint-plugin-react-hooks@^4 || ^3 || ^2.3.0 || ^1.7.0 but none is installed. You must install peer dependencies yourself.

image

kastrubait commented 3 years ago

I installed eslint-config-airbnb-base, when I created a new project. https://www.npmjs.com/package/eslint-config-airbnb-base

coriander31415 commented 3 years ago

I installed eslint-config-airbnb-base, when I created a new project. https://www.npmjs.com/package/eslint-config-airbnb-base

Updated, but the problem is not with the eslint-config-airbnb-base:

image

The problem is with eslint-config-airbnb@18.2.0:

image

you added it with initial commit:

image

because it was required by "eslint-config-airbnb-typescript":

image