Skip to content

Commit

Permalink
docs: add prettier to install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwaltz committed Dec 13, 2024
1 parent e0d0544 commit be84faa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ My personal ESLint configuration. Extends from [@sxzz/eslint-config](https://git
## Installation

```shell
npx -y nypm@latest i -D eslint @danielwaltz/eslint-config
npx -y nypm@latest i -D eslint prettier @danielwaltz/eslint-config
```

## Usage
Expand All @@ -21,7 +21,7 @@ export default danielwaltz();
```mjs
import { danielwaltz } from "@danielwaltz/eslint-config";

export default danielwaltz([...customRules])
.prepend([...prependRules])
.append([...appendRules]);
export default danielwaltz([...customConfigs])
.prepend([...prependConfigs])
.append([...appendConfigs]);
```

0 comments on commit be84faa

Please sign in to comment.