We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d041fe4 commit 16a3b22Copy full SHA for 16a3b22
index.js
@@ -86,6 +86,9 @@ module.exports = {
86
rules: exportedRules,
87
configs: {
88
recommended: {
89
+ plugin: [
90
+ 'react'
91
+ ],
92
parserOptions: {
93
ecmaFeatures: {
94
jsx: true
@@ -109,6 +112,9 @@ module.exports = {
109
112
}
110
113
},
111
114
all: {
115
116
117
118
119
120
0 commit comments