This commit is contained in:
Andris Reinman 2016-08-29 13:57:27 +03:00
parent 3fcd389db8
commit 896fc01015
14 changed files with 95 additions and 29 deletions

View file

@ -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: {