Skip to content

Commit

Permalink
Adds recommend command.
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny committed Feb 28, 2021
1 parent 3975d39 commit d2f822e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ module.exports = {
};
```

Once your rules are configured, we recommend running the following command in your `package.json` as an [npm script](https://docs.npmjs.com/cli/v7/using-npm/scripts).

```
eslint . --ext .js --ext .json
```

## Usage With Prettier

Love eslint-config-get-off-my-lawn? Love [prettier](https://prettier.io/)? Well you're in luck!
Expand Down

0 comments on commit d2f822e

Please sign in to comment.