@vellapps/eslint-config

ESLint config initially forked from William Candillon, wanted something similar to his I could publish and download for myself.

Usage no npm install needed!

<script type="module">
  import vellappsEslintConfig from 'https://cdn.skypack.dev/@vellapps/eslint-config';
</script>

README

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 @vellapps/eslint-config --dev

In .eslintrc:

{ 
  "extends": "@vellapps/eslint-config", 
}