Skip to content

Commit

Permalink
Fix inline config example in README (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
csabapalfi authored and shinnn committed Jun 28, 2016
1 parent 4de3d64 commit 87213fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Or use the plugin API to do things like:
gulp.src(['**/*.js','!node_modules/**'])
.pipe(eslint({
extends: 'eslint:recommended',
ecmaFeatures: {
'modules': true
parserOptions: {
sourceType: 'module'
},
rules: {
'my-custom-rule': 1,
Expand Down

0 comments on commit 87213fd

Please sign in to comment.