Configure jscs.
Showing
1 changed file
with
7 additions
and
0 deletions
... | @@ -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 | }; | ... | ... |
-
Please register or sign in to post a comment