@figuredev/eslint-plugin-react-native
v3.0.7
Published
Eslint configuration for Figure React Native applications.
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-plugin-react-nativeNext add it under eslintConfig key to your package.json or add it to your existing eslint config.
// package.json
{
// ...
"eslintConfig": {
"extends": "plugin:@figuredev/react-native/base",
},
}Development
To release increase version and run:
npm run release(you have to have access npm access token, more info here)
