1.0.0 • Published 6 years ago

eslint-react-shyn v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

eslint-config-react-native-wcandillon

My eslint configuration for React Native. Starting v2, this plugin requires eslint v6 or superior.

CircleCI npm version

Usage

yarn add eslint-config-react-native-wcandillon --dev

In .eslintrc:

{ 
  "extends": "react-native-wcandillon", 
}