From 481c1d9b292809c8ec2be35642b2808d4f68564e Mon Sep 17 00:00:00 2001 From: Sandro Miguel Marques Date: Sun, 11 Aug 2019 16:46:34 +0100 Subject: [PATCH] docs: add prop tip --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bc9c4ad..c0bd4e6 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,10 @@ Open the `package.json` file and add the following scripts entries: `yarn lint:format` or `npm run lint:format` to format your code. +#### Pro tip + +Install [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) and [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) extensions for Visual Studio Code. + ## Credits - Linting - [ESLint](https://eslint.org/)