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 43f92b5 commit 11ae89aCopy full SHA for 11ae89a
eslint/babel-eslint-parser/src/configuration.js
@@ -32,7 +32,7 @@ export function normalizeBabelParseConfig(options) {
32
allowSuperOutsideMethod: true,
33
...options.babelOptions.parserOpts,
34
plugins: [
35
- ["estree", { classFeatures: true }],
+ ["estree", { classFeatures: false }],
36
...(options.babelOptions.parserOpts?.plugins ?? []),
37
],
38
ranges: true,
0 commit comments