Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-js/pull/149#discussion_r141133636 --- Diff: package.json --- @@ -15,6 +15,7 @@ "url": "https://issues.apache.org/jira/browse/CB" }, "scripts": { + "eslint": "eslint src test", --- End diff -- we want to keep `pkg` in `.gitignore`. What happens if we run `eslint` on a folder that doesn't exist? We need to figure out how to fix those errors. Grr. I can take a look with you. Manually fixing those errors is not an option. Are they all fixable with `eslint --fix`?
--- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org