Skip to content

Commit 16a3b22

Browse files
MoOxyannickcr
authored andcommitted
Fix incomplete recommended configs
1 parent d041fe4 commit 16a3b22

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ module.exports = {
8686
rules: exportedRules,
8787
configs: {
8888
recommended: {
89+
plugin: [
90+
'react'
91+
],
8992
parserOptions: {
9093
ecmaFeatures: {
9194
jsx: true
@@ -109,6 +112,9 @@ module.exports = {
109112
}
110113
},
111114
all: {
115+
plugin: [
116+
'react'
117+
],
112118
parserOptions: {
113119
ecmaFeatures: {
114120
jsx: true

0 commit comments

Comments
 (0)