eslint-config-willo-react-native
v1.3.7
Published
Willo ESLint react native config
Downloads
48
Readme
eslint-config-willo-react-native
ESLint plugin to enforce Willo coding rules for React Native
Installation
$ yarn add --dev eslint-config-willo-react-nativeUsage
Via .eslintrc.js (Recommended)
module.exports = {
extends: ['eslint-config-willo-react-native'],
rules: {
// My Rules
},
};