Skip to content

Commit 0729d2c

Browse files
authored
Remove unused eslint private error suppression (microsoft#187522)
For microsoft#186737
1 parent 59a0d16 commit 0729d2c

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/vs/editor/contrib/codeAction/browser/codeActionController.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
/* eslint-disable local/code-no-native-private */
7-
86
import { getDomNodePagePosition } from 'vs/base/browser/dom';
97
import { IAnchor } from 'vs/base/browser/ui/contextview/contextview';
108
import { IAction } from 'vs/base/common/actions';

src/vs/editor/contrib/codeAction/browser/codeActionModel.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
/* eslint-disable local/code-no-native-private */
7-
86
import { CancelablePromise, createCancelablePromise, TimeoutTimer } from 'vs/base/common/async';
97
import { isCancellationError } from 'vs/base/common/errors';
108
import { Emitter } from 'vs/base/common/event';

src/vs/workbench/contrib/webviewPanel/browser/webviewWorkbenchService.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
/* eslint-disable local/code-no-native-private */
7-
86
import { CancelablePromise, createCancelablePromise, DeferredPromise } from 'vs/base/common/async';
97
import { CancellationToken, CancellationTokenSource } from 'vs/base/common/cancellation';
108
import { memoize } from 'vs/base/common/decorators';

0 commit comments

Comments
 (0)