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 14, 2016
1 parent fba12e9 commit 0b8efae
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
},
mainJs: {
src: ['<%= dev %>/js/main/**/*.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')
},
mainJs: {
Expand Down

0 comments on commit 0b8efae

Please sign in to comment.