jcesarmobile opened a new pull request, #1493:
URL: https://github.com/apache/cordova-android/pull/1493

   At the moment we have the lint script that tells you all the lint errors the 
code has, but you have to fix all the problems manually, which is tedious.
   Since we are already using eslint for the linting, we can use the `--fix` 
parameter to automatically fix the errors (or at least most of them).
   
   With this PR users will be able to run `npm run fmt` (I'm open for using 
other name), and fix the lint errors without having to manually change the code.
   
   We could probably add this to all repositories that are already using eslint.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to