Skip to content

Commit d03cf68

Browse files
committed
tweak
1 parent f21aced commit d03cf68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eslintrc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
settings:
3636
import/extensions: [".js"]
3737
import/parsers:
38-
"@typescript-eslint/parser": [".js", ".ts"]
38+
"@typescript-eslint/parser": [".js"]
3939
import/resolver:
4040
typescript: true
4141

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import MonacoWebpackPlugin from 'monaco-editor-webpack-plugin';
77
import {VueLoaderPlugin} from 'vue-loader';
88
import EsBuildLoader from 'esbuild-loader';
99
import {parse, dirname} from 'node:path';
10-
import webpack from 'webpack'; // eslint-disable-line i/no-named-as-default
10+
import webpack from 'webpack';
1111
import {fileURLToPath} from 'node:url';
1212
import {readFileSync} from 'node:fs';
1313
import {env} from 'node:process';

0 commit comments

Comments
 (0)