@dc0de/eslint-config-react-native
v0.7.1
Published
JavaScript Style Guide
Downloads
12
Readme
eslint-config-react-native
Config for React Native apps. Extended from @dc0de/eslint-config-react
and eslint-plugin-react-native.
Installation
# NPM
npm i -D @dc0de/eslint-config-react-native
# Yarn
yarn add -D @dc0de/eslint-config-react-native
Usage
{
"extends": ["@dc0de/eslint-config-react-native"]
}
With WebStorm
Add --plugin typescript
to eslint extra options.