Answers for "how to init eslint"

2

init eslint project

npx eslint --init
Posted by: Guest on June-12-2021
0

eslint init

yarn eslint --init
    3 > To check syntax, find problems, and enforce code style
    2 > Javascript modules (import/export)
    3 > None of these
    2 > Apenas NODE
    1 > Use a popular style guide
    1 > Airbnb  
    1 > JavaScript
    Y > Yes, (instalar with npm)

remover arquivo do npm: package-lock.json
yarn //atualizar as dependencias
Posted by: Guest on September-21-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language