Skip to content

Commit

Permalink
fix format (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSheard authored Dec 2, 2021
1 parent 589377e commit 5954fe6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/eslint-config-modular-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ simply
[`eslint-config-react-app`](https://www.npmjs.com/package/eslint-config-react-app)
with dependencies bundled in.

If you want to extend the ESLint configuration in a modular repo, add the following configuration in your project's root folder `package.json` with the following content:
If you want to extend the ESLint configuration in a modular repo, add the
following configuration in your project's root folder `package.json` with the
following content:

"eslintConfig": {
"extends": "modular-app"
Expand Down

0 comments on commit 5954fe6

Please sign in to comment.