mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
make sure to use .eslintignore when running yarn eslint, this will ensure that cli failure and editor squiggles are always equal
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
// todo@alexr00
|
||||
/* eslint-disable no-async-promise-executor */
|
||||
|
||||
import * as assert from 'assert';
|
||||
import { commands, ConfigurationTarget, CustomExecution, Disposable, env, Event, EventEmitter, Pseudoterminal, ShellExecution, Task, TaskDefinition, TaskExecution, TaskProcessStartEvent, tasks, TaskScope, Terminal, UIKind, window, workspace } from 'vscode';
|
||||
import { assertNoRpc } from '../utils';
|
||||
|
||||
Reference in New Issue
Block a user