Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit eccc75a

Browse files
add requireConfigFile option for @babel/eslint-parser
1 parent 8f11d98 commit eccc75a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ruling/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ async function run() {
5959
ecmaFeatures: { jsx: true, experimentalObjectRestSpread: true },
6060
ecmaVersion: 2018,
6161
sourceType: "module",
62+
requireConfigFile: false,
6263
},
6364
rules: getEslintRules(rules),
6465
},

0 commit comments

Comments
 (0)