diff --git a/README.md b/README.md index e153492..a55715c 100644 --- a/README.md +++ b/README.md @@ -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: