Skip to content

Commit be9958a

Browse files
targosevanlucas
authored andcommitted
tools: use babel-eslint as ESLint parser
PR-URL: #17820 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
1 parent 715e673 commit be9958a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.eslintrc.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ env:
77
node: true
88
es6: true
99

10+
parser: babel-eslint
11+
1012
parserOptions:
11-
ecmaVersion: 2017
13+
sourceType: script
1214

1315
overrides:
1416
- files: ["doc/api/esm.md", "*.mjs", "test/es-module/test-esm-example-loader.js"]

0 commit comments

Comments
 (0)