arreglo de eslint
npm run lint -- --fix
Worrisome Wasp
npm run lint -- --fix
# cd to your root project folder
eslint "./**" --fix
tslint --fix -c ./config/tslint.json 'src/**/*{.ts,.tsx}'
yarn lint-fix