diff --git a/index.js b/index.js index 6bc2671339..c9f7fc1a8b 100644 --- a/index.js +++ b/index.js @@ -86,6 +86,9 @@ module.exports = { rules: exportedRules, configs: { recommended: { + plugin: [ + 'react' + ], parserOptions: { ecmaFeatures: { jsx: true @@ -109,6 +112,9 @@ module.exports = { } }, all: { + plugin: [ + 'react' + ], parserOptions: { ecmaFeatures: { jsx: true