refactor: 📝 update docs
This commit is contained in:
parent
934e5477fe
commit
54a9ce699d
12
README.md
12
README.md
@ -1,15 +1,15 @@
|
||||
# @walidoux/prettier-config
|
||||
# @walidoux/eslint-config
|
||||
|
||||
⚙️ Walidoux's Prettier config.
|
||||
⚙️ Walidoux's ESlint config.
|
||||
|
||||
[](https://www.npmjs.com/package/@walidoux/prettier-config)[](https://github.com/walidoux/prettier-config/blob/main/LICENSE)
|
||||
[](https://www.npmjs.com/package/@walidoux/eslint-config)[](https://github.com/walidoux/eslint-config/blob/main/LICENSE)
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
YARN ➜ yarn add -D prettier @walidoux/prettier-config
|
||||
YARN ➜ yarn add -D eslint @walidoux/eslint-config
|
||||
|
||||
NPM ➜ npm install --save-dev prettier @walidoux/prettier-config
|
||||
NPM ➜ npm install --save-dev eslint @walidoux/eslint-config
|
||||
```
|
||||
|
||||
## Usage
|
||||
@ -17,5 +17,5 @@ NPM ➜ npm install --save-dev prettier @walidoux/prettier-config
|
||||
Add it to your project inside `package.json`'s file.
|
||||
|
||||
```json
|
||||
{ "prettier": "@walidoux/prettier-config" }
|
||||
{ "eslint": "@walidoux/eslint-config" }
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user