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 350906a commit 29ca1b2Copy full SHA for 29ca1b2
1 file changed
packages/eslint-config-react-app/base.js
@@ -32,7 +32,14 @@ module.exports = {
32
requireConfigFile: false,
33
babelOptions: {
34
parserOpts: {
35
- plugins: ['jsx'],
+ plugins: [
36
+ ['flow', { all: true, enums: true }],
37
+ 'jsx',
38
+ // proposals shipped in major browsers
39
+ 'classProperties',
40
+ 'classPrivateProperties',
41
+ 'classPrivateMethods',
42
+ ],
43
},
44
45
0 commit comments