Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Dauta/uniform into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Dauta committed Feb 13, 2022
2 parents 2bf8f76 + 715e1f2 commit 7b0eef4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ All-in-one code linter and formatter for TypeScript and JavaScript

## ⚡️ Quickstart

- `npm install @dauta/uniform --save-dev` or `yarn add -D @dauta/uniform`
- `npx uniform` or `yarn uniform`
- Install the package:

`npm install @dauta/uniform --save-dev` or `yarn add -D @dauta/uniform`

- Run the init command:

`npx uniform` or `yarn uniform`

_Note:_ You _might_ need to restart ESLint server in your IDE for the config files to get picked up.

Expand Down

0 comments on commit 7b0eef4

Please sign in to comment.