eslint-config-react-native-markdoyle

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

Usage no npm install needed!

<script type="module">
  import eslintConfigReactNativeMarkdoyle from 'https://cdn.skypack.dev/eslint-config-react-native-markdoyle';
</script>

README

eslint-config-react-native-doylemark

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

Usage

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

In .eslintrc:

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