Fixes #141994: Address eslint problems

This commit is contained in:
Alex Dima
2022-02-02 13:18:12 +01:00
parent de1ae9e2cc
commit cab9713422
22 changed files with 2149 additions and 2117 deletions

View File

@@ -29,7 +29,7 @@ const excludeModules = [
'vs/platform/environment/test/node/nativeModules.test.js', // native modules are compiled against Electron and this test would fail with node.js
'vs/base/parts/storage/test/node/storage.test.js', // same as above, due to direct dependency to sqlite native module
'vs/platform/files/test/common/files.test.js' // TODO@bpasero enable once we ship Electron 16
]
];
/**
* @type {{ build: boolean; run: string; runGlob: string; coverage: boolean; help: boolean; }}