Skip to content

Commit fe660a4

Browse files
authored
chore: fix eslint config (#199)
1 parent 4b7ec39 commit fe660a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint-internal/config/_base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = [
99
name: "eslint-internal/config/_base.js#1",
1010
files: ["**/*.js", "*.js", "**/*.cjs", "*.cjs"],
1111
languageOptions: {
12-
sourceType: "script",
12+
sourceType: "commonjs",
1313
},
1414
},
1515
{

0 commit comments

Comments
 (0)