Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
woutermont committed Jul 8, 2021
1 parent 734cf2d commit 5db1595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This package provides a shareable ESLint configuration, used internally at Digit
In the root of your (mono)repo, install `@digita-ai/eslint-config` as a development dependency. From NPM v7 onwards,, this will automatically add the following peer dependencies as well (if you use an earlier version, install these yourself).

- `eslint`
- 'eslint-plugin-deprecation'
- `eslint-plugin-deprecation`
- `eslint-plugin-import`
- `eslint-plugin-jest`
- `eslint-plugin-jest-formatting`
Expand Down Expand Up @@ -60,4 +60,4 @@ The Prettier and EditorConfig projects also provide ways to ensure a uniform cod

## Only lint staged files

For efficiency, either in your scripts or in you git hooks, you can run `lint-staged`, which is initially set up for `.ts` and `.js` files with `eslint`, but can be extended with different commands for other extensions.
For efficiency, either in your scripts or in you git hooks, you can run `lint-staged`, which is initially set up for `.ts` and `.js` files with `eslint`, but can be extended with different commands for other extensions.

0 comments on commit 5db1595

Please sign in to comment.