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:
Johannes Rieken
2022-02-02 12:37:29 +01:00
parent 138068aff3
commit 7ccb868835
7 changed files with 514 additions and 470 deletions

View File

@@ -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';