Closed this issue 4 years ago · 2 comments
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"",
add on package.json - "fix": "eslint **/*.js --fix" npm run fix