mirror of https://github.com/ColorlibHQ/AdminLTE
12 lines
183 B
JavaScript
12 lines
183 B
JavaScript
![]() |
// Lint ECMASCRIPT
|
||
|
'use strict';
|
||
|
|
||
|
module.exports = function (grunt) {
|
||
|
return {
|
||
|
options: {
|
||
|
configFile: 'build/js/.eslintrc'
|
||
|
},
|
||
|
target: 'build/js/src/*.js'
|
||
|
};
|
||
|
};
|