flynn0087/BWCC_Teetime

Due 3/9 Set Up Travis

Closed this issue · 2 comments

Kay0s commented
Due 3/9 Set Up Travis

Fixed travis fails from the lint having an issue with the node modules folder. It was fixed by changing the script in package.json from "lint": "eslint .//*.js", to "lint": "eslint ".//*.js"",

Kay0s commented

add on package.json - "fix": "eslint **/*.js --fix"
npm run fix
image