-
Notifications
You must be signed in to change notification settings - Fork 0
Estilo de código
Jose Manuel Delgado Trueba edited this page Dec 11, 2020
·
3 revisions
Estilo de código
Objetivo mantener la calidad del código. Estar todo automatizado
##OPCIONES
- ESLINT (COSAS FUNCIONALES)
- PRETTIER (PONER BONITO)
CONFIGURARLO CON HASKY
#ESLINT https://eslint.org/docs/user-guide/getting-started https://prettier.io/
npm install eslint --save-dev npm i --save-dev --save-exact prettier touch .prettierrc.json npx eslint --init
Ideas a futuro integrar esto con github acctions y tener el ci cd integrado. Ahora mismo si eliminan el archivo funcionaria