Skip to content

Commit

Permalink
[CHORE] disable force option in jscs and jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jul 15, 2016
1 parent 325725f commit 2b585ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grunt/jscs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
options: {
config: '.jscsrc',
force: true
// force: true
},
js: {
src: ['dev/*.js']
Expand Down
2 changes: 1 addition & 1 deletion grunt/jshint.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
options: {
jshintrc: '.jshintrc',
force: true,
// force: true,
reporter: require('jshint-stylish')
},
js: {
Expand Down

0 comments on commit 2b585ef

Please sign in to comment.