eslint-config-react-native-wcandillon

3.10.2 • Public • Published

eslint-config-react-native-wcandillon

My ESLint and TypeScript configuration for React Native.

CircleCI npm version

Usage

# you also need eslint if not installed already: yarn add eslint --dev
yarn add eslint-config-react-native-wcandillon --dev

In .eslintrc:

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

In tsconfig.json (if you want to use my base TS configuration):

{
  "extends": "eslint-config-react-native-wcandillon/tsconfig.base"
}

/eslint-config-react-native-wcandillon/

    Package Sidebar

    Install

    npm i eslint-config-react-native-wcandillon

    Weekly Downloads

    582

    Version

    3.10.2

    License

    MIT

    Unpacked Size

    8.54 kB

    Total Files

    7

    Last publish

    Collaborators

    • wcandillon