c9fffad0 by Adam Heath

Configure jscs.

1 parent 2c0f2df7
......@@ -14,6 +14,13 @@ module.exports = function(grunt) {
'src/scripts/solr/model/**/*.js',
],
};
config.jscs = {
options: {
validateIndentation: 4,
reporter: 'console',
maxErrors: -1,
},
};
/*
config.punch = {
};
......