Skip to content

Commit

Permalink
allow version-pegged deno.land/std/ urls
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Dec 10, 2024
1 parent 7e01c10 commit 17fa2b7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ module.exports = {
'import/no-unresolved': [2, {
ignore: [
'^https://deno.land/x/',
'^https://deno.land/std/assert/assert.ts$',
'^https://deno.land/std/encoding/base64.ts$',
'^https://deno.land/std/fs/mod.ts$',
'^https://deno.land/std/http/cookie.ts$',
'^https://deno.land/std/http/file_server.ts$',
'^https://deno.land/std/http/server.ts$',
'^https://deno.land/std/io/mod.ts$',
'^https://deno.land/std/io/read_all.ts$',
'^https://deno.land/std/io/write_all.ts$',
'^https://deno.land/std/node/fs/promises.ts$',
'^https://deno.land/std/path/mod.ts$',
'^https://deno.land/std/testing/bdd.ts$',
'^https://deno.land/std(@[0-9^.]+)*/assert/assert.ts$',
'^https://deno.land/std(@[0-9^.]+)*/encoding/base64.ts$',
'^https://deno.land/std(@[0-9^.]+)*/fs/mod.ts$',
'^https://deno.land/std(@[0-9^.]+)*/http/cookie.ts$',
'^https://deno.land/std(@[0-9^.]+)*/http/file_server.ts$',
'^https://deno.land/std(@[0-9^.]+)*/http/server.ts$',
'^https://deno.land/std(@[0-9^.]+)*/io/mod.ts$',
'^https://deno.land/std(@[0-9^.]+)*/io/read_all.ts$',
'^https://deno.land/std(@[0-9^.]+)*/io/write_all.ts$',
'^https://deno.land/std(@[0-9^.]+)*/node/fs/promises.ts$',
'^https://deno.land/std(@[0-9^.]+)*/path/mod.ts$',
'^https://deno.land/std(@[0-9^.]+)*/testing/bdd.ts$',
'^https://esm.archive.org/',
'^https://cdn.skypack.dev/[email protected]',
'^https://cdn.skypack.dev/masto',
Expand Down

0 comments on commit 17fa2b7

Please sign in to comment.