c9fffad0 by Adam Heath

Configure jscs.

1 parent 2c0f2df7
...@@ -14,6 +14,13 @@ module.exports = function(grunt) { ...@@ -14,6 +14,13 @@ module.exports = function(grunt) {
14 'src/scripts/solr/model/**/*.js', 14 'src/scripts/solr/model/**/*.js',
15 ], 15 ],
16 }; 16 };
17 config.jscs = {
18 options: {
19 validateIndentation: 4,
20 reporter: 'console',
21 maxErrors: -1,
22 },
23 };
17 /* 24 /*
18 config.punch = { 25 config.punch = {
19 }; 26 };
......