Skip to content

Commit 33bce70

Browse files
committed
chore: remove unnecessary languageOptions
1 parent a946a01 commit 33bce70

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

eslint.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ export default eslintTypescript.config(
66
{
77
languageOptions: {
88
globals: { ...globals.node },
9-
parser: eslintTypescript.parser,
10-
ecmaVersion: 2018,
11-
sourceType: 'module',
12-
parserOptions: { warnOnUnsupportedTypeScriptVersion: false }
9+
parser: eslintTypescript.parser
1310
}
1411
},
1512
eslintPluginJs.configs.recommended,

0 commit comments

Comments
 (0)