mirror of https://github.com/ColorlibHQ/AdminLTE
Separate: task 'ESLINT' and create module for 'load-config-grunt'
parent
1d7f8fa444
commit
78bdcb26ec
|
@ -0,0 +1,11 @@
|
|||
// Lint ECMASCRIPT
|
||||
'use strict';
|
||||
|
||||
module.exports = function (grunt) {
|
||||
return {
|
||||
options: {
|
||||
configFile: 'build/js/.eslintrc'
|
||||
},
|
||||
target: 'build/js/src/*.js'
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue