Skip to content

Commit 11ae89a

Browse files
Reduce breakage
1 parent 43f92b5 commit 11ae89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint/babel-eslint-parser/src/configuration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function normalizeBabelParseConfig(options) {
3232
allowSuperOutsideMethod: true,
3333
...options.babelOptions.parserOpts,
3434
plugins: [
35-
["estree", { classFeatures: true }],
35+
["estree", { classFeatures: false }],
3636
...(options.babelOptions.parserOpts?.plugins ?? []),
3737
],
3838
ranges: true,

0 commit comments

Comments
 (0)