From b216d48e5f179260fea247d4a1b9fce76f240e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 13 Sep 2020 14:15:38 +0200 Subject: upgrade: deno_doc, deno_lint, dprint, swc (#7434) upgrades: - swc_ecmascript 0.7.7 - dprint-plugin-typescript 0.31.3 - deno_lint 0.2.0 - deno_doc 0.1.9 Split std_lint test into std_lint and unit_test_lint. Added lint ignores to CommonJS files in std/node. --- std/node/process_test.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'std/node/process_test.ts') diff --git a/std/node/process_test.ts b/std/node/process_test.ts index 489a112f3..d83a9dca7 100644 --- a/std/node/process_test.ts +++ b/std/node/process_test.ts @@ -1,3 +1,5 @@ +// deno-lint-ignore-file no-undef + import { assert, assertThrows, assertEquals } from "../testing/asserts.ts"; import * as path from "../path/mod.ts"; import * as all from "./process.ts"; -- cgit v1.2.3