template-react-ts icon indicating copy to clipboard operation
template-react-ts copied to clipboard

sugestão: adicionar script do "lint" no package.json

Open thayllachristine opened this issue 4 years ago • 0 comments

oi, tentei criar uma PR para contribuir com o seu template, mas não consegui :( tenho uma sugestão para ser adicionada no package.json:

https://github.com/priscilaandreani/templateReact/blob/5a46cfc0cc372ba3d390456c66aadb63ab54d284/package.json#L29

"test": "react-scripts test",
"lint": "eslint --ext .ts \"./src/**/\" --quiet --cache --color"

thayllachristine avatar Feb 16 '21 22:02 thayllachristine