summaryrefslogtreecommitdiff
path: root/ext/http
diff options
context:
space:
mode:
Diffstat (limited to 'ext/http')
-rw-r--r--ext/http/00_serve.js2
-rw-r--r--ext/http/01_http.js2
2 files changed, 1 insertions, 3 deletions
diff --git a/ext/http/00_serve.js b/ext/http/00_serve.js
index 7307ab2d8..914205889 100644
--- a/ext/http/00_serve.js
+++ b/ext/http/00_serve.js
@@ -1,5 +1,5 @@
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
-// deno-lint-ignore-file camelcase
+
const core = globalThis.Deno.core;
const primordials = globalThis.__bootstrap.primordials;
const internals = globalThis.__bootstrap.internals;
diff --git a/ext/http/01_http.js b/ext/http/01_http.js
index 55c9a77ee..705e616e4 100644
--- a/ext/http/01_http.js
+++ b/ext/http/01_http.js
@@ -1,7 +1,5 @@
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
-// deno-lint-ignore-file camelcase
-
const core = globalThis.Deno.core;
const internals = globalThis.__bootstrap.internals;
const primordials = globalThis.__bootstrap.primordials;