@computools/eslint-config-react-native

Computools eslint configuration for React Native.

Usage no npm install needed!

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

README

@computools/eslint-config-react-native

npm version

Computools eslint configuration for React Native.

Usage

Install peerDependencies:

yarn add -D typescript @typescript-eslint/parser
yarn add -D @typescript-eslint/eslint-plugin
yarn add -D eslint-plugin-eslint-comments
yarn add -D eslint-plugin-import

Install current package:

yarn add -D @computools/eslint-config-react-native

In .eslintrc:

{ 
  "extends": ["@computools/eslint-config-react-native"], 
}