@shoutem/eslint-config-react-native
v1.0.4
Published
Shoutem's React Native JS ESlint config
Downloads
805
Maintainers
Readme
@shoutem/eslint-config-react-native
This package provides Shoutem's React Native JS .eslintrc (with React plugins) as an extensible shared config.
Usage
Our default export contains all of our ESLint rules, including ECMAScript 6+. It requires eslint
, eslint-plugin-import
, eslint-plugin-prettier
, eslint-plugin-simple-import-sort
, eslint-plugin-jsx-a11y
, eslint-plugin-react
, eslint-plugin-react-native
, eslint-plugin-react-hooks
and prettier
.
- Install the correct versions of each package, which are listed by the command:
npm info "@shoutem/eslint-config-react-native@latest" peerDependencies
If using npm 5+, use this shortcut
npx install-peerdeps --dev @shoutem/eslint-config-react-native
If using npm < 5, you can either install all the peer dependencies manually, or use the install-peerdeps cli tool.
npm install -g install-peerdeps
install-peerdeps --dev @shoutem/eslint-config-react-native
- Add
"extends": "@shoutem/react-native"
to your .eslintrc.