From 5502179e63368c3a040659d117ad13a2113788a8 Mon Sep 17 00:00:00 2001 From: Jonas Tranberg Date: Mon, 25 Oct 2021 15:26:58 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0de2a2e..ee37e4a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ WISEflow's ESLint config for react. ## Installation ```sh -yarn add --dev @uniwise/eslint-config eslint typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-import-resolver-typescript eslint-plugin-react eslint-plugin-import prettier eslint-config-prettier eslint-plugin-prettier +yarn add --dev @uniwise/eslint-config typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-import-resolver-typescript eslint-plugin-react eslint-plugin-import prettier eslint-config-prettier eslint-plugin-prettier ``` ## Usage @@ -29,4 +29,4 @@ yarn eslint src/ --- Read the [ESlint config docs](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) -for more information. \ No newline at end of file +for more information.