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

Commit

Permalink
Enable autofix for eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
esune committed Apr 16, 2018
1 parent f6aa5c4 commit 772ba21
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 772ba21

Please sign in to comment.