Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
solr-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c9fffad0
authored
2016-02-08 10:22:36 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Configure jscs.
1 parent
2c0f2df7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
Gruntfile.js
Gruntfile.js
View file @
c9fffad
...
...
@@ -14,6 +14,13 @@ module.exports = function(grunt) {
'src/scripts/solr/model/**/*.js'
,
],
};
config
.
jscs
=
{
options
:
{
validateIndentation
:
4
,
reporter
:
'console'
,
maxErrors
:
-
1
,
},
};
/*
config.punch = {
};
...
...
Please
register
or
sign in
to post a comment