Sakthipriyan Vairamani
Sakthipriyan Vairamani
As `console.*` functions are supposed to follow the spec https://console.spec.whatwg.org/, the text about it is updated.
I want to invoke scalastyle before the testing actually begins. I started with this ```scala def styleCheck = streams.map(s => Tasks.doScalastyle()) (test in Test)
Fixes: https://github.com/gruntjs/grunt-contrib-uglify/issues/409 Whenever the minification of a file fails, the task fails with the error 'min' is not available in 'undefined'. This patch allows the task to continue to the...
ESLint supports more than one way to specify the configuration files. The valid list of files can be seen here http://eslint.org/docs/user-guide/configuring#configuration-file-formats This patch checks if any of those files exist...