1.0.10 • Published 3 months ago

@figuredev/eslint-config-react-native v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

Eslint configuration (React Native)

Eslint configuration for our React Native applications.

Usage

First install the package and its peer dependencies

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

Next add it under eslintConfig key to your package.json or add it to your existing eslint config.

// package.json
{
  // ...
  "eslintConfig": {
    "extends": "@figuredev/eslint-config-react-native"
  }
}

Development

To release your changes run:

yarn release
1.0.10

3 months ago

1.0.9

7 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago