Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Jun 21, 2022
1 parent f5db0cf commit 992426d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,17 +180,17 @@ or using yarn
yarn add -D typescript
```

## Usage
## Setup

Add the extends to your `.eslintrc.js` or `.eslintrc.json` or `.eslintrc`:
1. Add the extends to your `.eslintrc.js` or `.eslintrc.json` or `.eslintrc`:

```json
{
"extends": "typescript-react-pro-beautiful"
}
```

And need `.prettierrc` file because this package refers your `.prettierrc` and use directly.
2. And need `.prettierrc` file because this package refers your `.prettierrc` and use directly.
If you don't have `.prettierrc`, please `touch .prettierrc` and set prettier rules depends on your preferece like this.

```json
Expand Down

0 comments on commit 992426d

Please sign in to comment.