From fdfedd52a7e6409fc52cd5ab5763ca1311ee18ad Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Mon, 17 Oct 2016 12:35:06 +0100 Subject: [PATCH] Add --save-dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8c3831b..3f293a0c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ official ESLint website. To use the JavaScript Standard Style shareable config, first run this: ```bash -npm install eslint-config-standard eslint-plugin-standard eslint-plugin-promise +npm install --save-dev eslint-config-standard eslint-plugin-standard eslint-plugin-promise ``` Then, add this to your .eslintrc file: