From a9344cf345ebdfa8361121044459472fe0255c42 Mon Sep 17 00:00:00 2001 From: Wlad <9556979+gosticks@users.noreply.github.com> Date: Tue, 20 Apr 2021 13:45:55 +0200 Subject: [PATCH] chore(fix): typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe16737..b9641a4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ eslint utility rules to effectively handle monorepo setups You'll first need to install [ESLint](http://eslint.org): ```bash -$npm i eslint --save-dev +yarn add -D eslint ``` 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. ```json -{**** +{ "rules": { "@foomo/no-package-imports": ["error", { "options": [