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 8251f7f commit ed6430cCopy full SHA for ed6430c
packages/eslint-config-react-app/base.js
@@ -36,6 +36,10 @@ module.exports = {
36
// If a Babel plugin does not introduce a syntax extension, it is
37
// okay to not include it here since it is no-op for parser
38
babelOptions: {
39
+ // babel-preset-react-app requires an env name
40
+ // The env name does not impact the range of syntax plugins
41
+ // use the Babel default "development" here
42
+ envName: 'development',
43
presets: [require.resolve('babel-preset-react-app')],
44
},
45
0 commit comments