Removed eslint from compile step
With this patch, linting becomes an entirely separate step, invoked by 'npm run lint'. It is no longer baked into our compile, build, package flow. Change-Id: Ic167ce7ffdee704d9c21be6db07884bfd06a3e33
This commit is contained in:
parent
aed32f2116
commit
7230e03130
@ -569,7 +569,6 @@ module.exports = function (grunt) {
|
||||
* Compiles all of our sources.
|
||||
*/
|
||||
grunt.registerTask('compile', [
|
||||
'eslint',
|
||||
'useminPrepare',
|
||||
'concat',
|
||||
'less',
|
||||
|
Loading…
x
Reference in New Issue
Block a user