1.1.52 • Published 1 month ago

eslint-config-os-team-react-native v1.1.52

Weekly downloads
139
License
MIT
Repository
gitlab
Last release
1 month ago

eslint-config-os-team-react-native NPM version

ESLint rules for React Native, including TypeScript.

Uses the eslint-config-airbnb-typescript package to implement Airbnb JavaScript Style Guide.

Contains additional recommended rules for:

  • Jest.
  • Promise.
  • Typescript.
  • Prettier.
  • React Native.

Installation

Step 1. Install the package

Install the exact version (-E) of the package in devDependencies (-D) using the following command:

yarn add -DE eslint-config-os-team-react-native

Step 2. Install ESLint plugins

ESLint plugins used by this config must be installed withing your project using the following command:

npx install-peerdeps -D eslint-config-os-team-react-native

Step 3. Extend your .eslintrc

Add "extends": "os-team-react-native" to your .eslintrc file and set parserOptions.project to the path of your tsconfig.json.

{
  "extends": "os-team-react-native",
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}
1.1.52

1 month ago

1.1.51

4 months ago

1.1.50

6 months ago

1.1.49

11 months ago

1.1.44

11 months ago

1.1.48

11 months ago

1.1.41

1 year ago

1.1.43

1 year ago

1.1.40

1 year ago

1.1.39

1 year ago

1.1.38

2 years ago

1.1.37

2 years ago

1.1.36

2 years ago

1.1.35

3 years ago

1.1.34

3 years ago

1.1.33

3 years ago

1.1.32

3 years ago

1.1.31

3 years ago

1.1.30

3 years ago

1.1.28

3 years ago

1.1.27

3 years ago

1.1.23

3 years ago

1.1.26

3 years ago

1.1.25

3 years ago

1.1.24

3 years ago

1.1.22

3 years ago

1.1.21

3 years ago

1.1.20

3 years ago

1.1.19

3 years ago

1.1.18

3 years ago

1.1.17

3 years ago

1.1.12

3 years ago

1.1.16

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago