Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 355 Bytes

teoria.md

File metadata and controls

10 lines (9 loc) · 355 Bytes

Para adicionar o editorConfig, eslint e prettir:

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