Skip to content

Commit

Permalink
fixes #37
Browse files Browse the repository at this point in the history
  • Loading branch information
CFenner committed May 10, 2017
1 parent a1502f4 commit ce25711
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = function(grunt) {
options: {
formatter: 'prose',
format: true,
indent: 2,
indent: 2
}
},
yamllint: {
Expand All @@ -26,8 +26,7 @@ module.exports = function(grunt) {
formatters: [
{id: 'lint-xml', dest: 'report/csslint.jslint.xml'},
{id: 'csslint-xml', dest: 'report/csslint.xml'}
],
import: 2
]
}
}
});
Expand Down

0 comments on commit ce25711

Please sign in to comment.