Added instruments to linting.

This commit is contained in:
Sebastian Tiedtke
2013-01-12 13:48:45 -08:00
parent 2af241e162
commit 8dc55b7885

View File

@@ -1,7 +1,7 @@
module.exports = function(grunt) {
grunt.initConfig({
lint: {
all: ['*.js', 'app/*.js']
all: ['*.js', 'app/*.js', 'instruments/instruments.js']
}
, jshint: {
all: {