switch from jshint to eslint
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
/* jshint node:true */
|
||||
'use strict';
|
||||
|
||||
module.exports = function (grunt) {
|
||||
@ -21,4 +20,4 @@ module.exports = function (grunt) {
|
||||
|
||||
// load task definitions
|
||||
grunt.loadTasks('grunt');
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user