Skip to content

Commit

Permalink
dosc: update use description
Browse files Browse the repository at this point in the history
  • Loading branch information
Simoon-F committed May 3, 2024
1 parent 130057f commit 0f1cfe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ ESLint presets for react native
You'll first need to install [ESLint](https://eslint.org/) and the agreed third-party plug-in package:

```sh
yarn add eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier eslint-plugin-import eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-simple-import-sort eslint-plugin-unicorn prettier typescript eslint-plugin-eslint-plugin --dev
yarn add eslint eslint-plugin-import eslint-plugin-prettier prettier typescript -D
```

Next, install `@sj-distributor/eslint-plugin-react-native`:

```sh
yarn add @sj-distributor/eslint-plugin-react-native --dev
yarn add @sj-distributor/eslint-plugin-react-native -D
```

## Usage
Expand Down

0 comments on commit 0f1cfe7

Please sign in to comment.