Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
beuluis committed Sep 15, 2022
1 parent af5aed6 commit 4730324
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,21 @@ npm i -D @beuluis/eslint-config

### Usage

1. Create a `.eslintrc` file and pick one of the configs and paste it in.
1. Install ESlint

```bash
npm i -D eslint
```

2. Create a `.eslintrc` file and pick one of the configs and paste it in.

```bash
touch .eslintrc
```

2. Tweak the overrides to your used project structure. Also feel free to remove unused extends.
3. Tweak the overrides to your used project structure. Also feel free to remove unused extends.

3. Install [@beuluis/prettier-config](https://www.npmjs.com/package/@beuluis/prettier-config)
4. Install [@beuluis/prettier-config](https://www.npmjs.com/package/@beuluis/prettier-config)

> :warning: **Since this pack does not assume any particularly structure. It is necessary to configure the glob patterns according to your project structure.**

Expand Down
2 changes: 1 addition & 1 deletion configurations/node.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"plugin:security-node/recommended",
"plugin:prettier/recommended"
]
}
}

0 comments on commit 4730324

Please sign in to comment.