From 8e914be7420715620cad74fbb020c5e87ac875a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 3 Nov 2020 16:19:29 +0100 Subject: build: migrate to dlint (#8176) This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code. --- cli/system_loader.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/system_loader.js') diff --git a/cli/system_loader.js b/cli/system_loader.js index 8c083fccc..bb25bb2dd 100644 --- a/cli/system_loader.js +++ b/cli/system_loader.js @@ -1,11 +1,12 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// deno-lint-ignore-file + // This is a specialised implementation of a System module loader. "use strict"; // @ts-nocheck -/* eslint-disable */ let System, __instantiate; (() => { const r = new Map(); -- cgit v1.2.3