eslint-config-adpyke-react-native
v1.0.15
Published
Highly opinionated ESLint config for React Native projects.
Downloads
5
Maintainers
Readme
eslint-config-adpyke-react-native
A highly opinionated ESLint shareable config config that I use for my React Native projects. It uses tab indentation, has strict white space rules, and enforces ES6 standards.
Installation
$ npm install --save-dev eslint babel-eslint eslint-config-adpyke-react-native eslint-plugin-react eslint-plugin-react-native
Usage
Once the eslint-config-adpyke-react-native
package is installed, you can use it by specifying adpyke-react-native
in the extends section of your ESLint configuration.
{
"extends": "adpyke-react-native",
"rules": {
// Additional, per-project rules...
}
}