Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #384 from esune/dev
Browse files Browse the repository at this point in the history
Enable autofix for eslint errors
  • Loading branch information
NickPhura authored Apr 17, 2018
2 parents f6aa5c4 + 772ba21 commit 9f460fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ module.exports = function(grunt) {
eslint: {
target: ['gruntfile.js', 'modules/**/*.js'],
options: {
configFile: '.eslintrc'
configFile: '.eslintrc',
fix: true
}
},
csslint: {
Expand Down

0 comments on commit 9f460fa

Please sign in to comment.