Skip to content

Commit

Permalink
Fixes wrong flag in readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeofnorway committed Sep 2, 2024
1 parent 48143f0 commit 1a6ed4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Installing

`npm install --D @navikt/eslint-config-navno`
`npm install -D @navikt/eslint-config-navno`

## General usage

Expand All @@ -23,7 +23,7 @@ Using esling config in your NextJS project:

This package does not include NextJS specific config, so make sure to also add the `eslint-config-next` package to your project:

`npm install --D eslint-config-next`
`npm install -D eslint-config-next`

In your `package.json`:

Expand Down

0 comments on commit 1a6ed4b

Please sign in to comment.