Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
grunt-monty-python
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
4c9067a3
authored
2015-09-22 12:24:48 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Merge in jshint.all from the config.
1 parent
55ad26c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
grunt-monty-python.js
grunt-monty-python.js
View file @
4c9067a
...
...
@@ -215,6 +215,9 @@ module.exports = function (grunt) {
},
}
};
if
(
common
.
jshint
.
all
)
{
initConfig
.
jshint
.
all
=
initConfig
.
jshint
.
all
.
concat
(
common
.
jshint
.
all
);
}
checkList
.
push
(
'jshint'
);
}
...
...
Please
register
or
sign in
to post a comment