v1.16.0
This commit is contained in:
parent
3fcd389db8
commit
896fc01015
14 changed files with 95 additions and 29 deletions
|
@ -5,7 +5,7 @@ module.exports = function (grunt) {
|
|||
// Project configuration.
|
||||
grunt.initConfig({
|
||||
eslint: {
|
||||
all: ['lib/**/*.js', 'test/**/*.js', 'config/**/*.js', 'Gruntfile.js', 'app.js', 'index.js', '.eslintrc.js']
|
||||
all: ['lib/**/*.js', 'test/**/*.js', 'config/**/*.js', 'Gruntfile.js', 'app.js', 'index.js']
|
||||
},
|
||||
|
||||
nodeunit: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue