diff --git a/docs/getting-started/linting/README.md b/docs/getting-started/linting/README.md index 8d245072de9..f62888df0b7 100644 --- a/docs/getting-started/linting/README.md +++ b/docs/getting-started/linting/README.md @@ -13,7 +13,7 @@ $ yarn add -D eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin or with NPM: ```bash -$ npm i --save=dev eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin +$ npm i --save-dev eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin ``` ## Configuration