Open alex-a-pereira opened 1 month ago
Addresses this issue that I opened earlier today
https://github.com/Iterable/react-native-sdk/issues/595
Move eslint and eslint-config-airbnb dependencies into the devDependencies object in package.json.
eslint
eslint-config-airbnb
devDependencies
package.json
Thie prevents yarn from printing warnings:
yarn
➤ YN0002: │ @iterable/react-native-sdk@npm:1.3.20 [b01c5] doesn't provide eslint-plugin-import (p67cd9), requested by eslint-config-airbnb ➤ YN0002: │ @iterable/react-native-sdk@npm:1.3.20 [b01c5] doesn't provide eslint-plugin-jsx-a11y (p16ac4), requested by eslint-config-airbnb ➤ YN0002: │ @iterable/react-native-sdk@npm:1.3.20 [b01c5] doesn't provide eslint-plugin-react (pf10d0), requested by eslint-config-airbnb ➤ YN0002: │ @iterable/react-native-sdk@npm:1.3.20 [b01c5] doesn't provide eslint-plugin-react-hooks (p53156), requested by eslint-config-airbnb
Issue
Addresses this issue that I opened earlier today
https://github.com/Iterable/react-native-sdk/issues/595
✏️ Description
Move
eslint
andeslint-config-airbnb
dependencies into thedevDependencies
object inpackage.json
.Thie prevents
yarn
from printing warnings: