Skip to content

Commit

Permalink
Fix incomplete recommended configs
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx authored and yannickcr committed Nov 1, 2016
1 parent d041fe4 commit 16a3b22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ module.exports = {
rules: exportedRules,
configs: {
recommended: {
plugin: [
'react'
],
parserOptions: {
ecmaFeatures: {
jsx: true
Expand All @@ -109,6 +112,9 @@ module.exports = {
}
},
all: {
plugin: [
'react'
],
parserOptions: {
ecmaFeatures: {
jsx: true
Expand Down

0 comments on commit 16a3b22

Please sign in to comment.