@figuredev/eslint-config-react-native
v1.0.10
Published
Eslint configuration for our React Native applications.
Downloads
53
Keywords
Readme
Eslint configuration (React Native)
Eslint configuration for our React Native applications.
Usage
First install the package and its peer dependencies
yarn add -D @figuredev/eslint-config-react-native
Next add it under eslintConfig key to your package.json or add it to your existing eslint config.
// package.json
{
// ...
"eslintConfig": {
"extends": "@figuredev/eslint-config-react-native"
}
}
Development
To release your changes run:
yarn release