Skip to content

Commit

Permalink
Merge pull request #7 from clearjs/patch-1
Browse files Browse the repository at this point in the history
fix(eslint): fixes typo in "failOnError" option
  • Loading branch information
David Zukowski committed Aug 9, 2015
2 parents 621e8bb + 3c8ab81 commit d20aacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpack/make-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function makeDefaultConfig () {
},
eslint : {
configFile : projectConfig.inProject('.eslintrc'),
fairlOnError : projectConfig.__PROD__
failOnError : projectConfig.__PROD__
}
};

Expand Down

0 comments on commit d20aacc

Please sign in to comment.