Skip to content

Commit d856f3a

Browse files
authored
eng: I guess main.[m]js still has to be ignored by lint (#2238)
1 parent 4c7d85a commit d856f3a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

eng/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@microsoft/vscode-azext-eng",
33
"author": "Microsoft Corporation",
4-
"version": "1.0.0-alpha.15",
4+
"version": "1.0.0-alpha.16",
55
"description": "Engineering package for Azure extensions for VS Code",
66
"repository": {
77
"type": "git",

eng/src/eslint/eslintConfigs.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ export const ignoresConfig: EslintConfig = globalIgnores([
234234
'.vscode-test.mjs',
235235
'esbuild*.mjs',
236236
'eslint.config.mjs',
237+
'main.js',
238+
'main.mjs',
237239
'**/test/testProjects/**'
238240
]);
239241

0 commit comments

Comments
 (0)