- Editor Config
- Instalar a extensão editorConfig, depois clicar com botão direito no projeto e adicionar editorConfig
- ESLint
- yarn add eslint -D
- yarn eslint --init
- Prettier
- yarn add prettier eslint-config-prettier eslint-plugin-prettier -D
- yarn add babel-eslint -D