chore(fix): typo in readme

This commit is contained in:
Wlad 2021-04-20 13:45:55 +02:00
parent 6cc821f540
commit a9344cf345

View File

@ -7,7 +7,7 @@ eslint utility rules to effectively handle monorepo setups
You'll first need to install [ESLint](http://eslint.org): You'll first need to install [ESLint](http://eslint.org):
```bash ```bash
$npm i eslint --save-dev yarn add -D eslint
``` ```
Next, install `@foomo/eslint-plugin`: Next, install `@foomo/eslint-plugin`:
@ -29,7 +29,7 @@ Add `@foomo/eslint-plugin` to the plugins section of your `.eslintrc` configurat
Then configure the rules you want to use under the rules section. Then configure the rules you want to use under the rules section.
```json ```json
{**** {
"rules": { "rules": {
"@foomo/no-package-imports": ["error", { "@foomo/no-package-imports": ["error", {
"options": [ "options": [