Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gius committed May 27, 2023
1 parent 149752f commit 0652b1f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,18 @@ Update config files as follows:

module.exports = require("@emanprague/eslint-config/prettier-config");

Note that instead of creating the `.prettierrc.js` file, you can just add the following row to your `package.json` file.

"prettier": "@emanprague/eslint-config/prettier-config",

---

And you should be good to go with:

```console
eslint \"./src/**/*.{ts,tsx}\" --cache
```

Note that instead of creating the `.prettierrc.js` file, you can just add the following row to your `package.json` file.

"prettier": "@emanprague/eslint-config/prettier-config",


# Contribution

How to release:
Expand Down

0 comments on commit 0652b1f

Please sign in to comment.