summaryrefslogtreecommitdiff
path: root/std/node/tests/cjs/index.js
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-09-13 14:15:38 +0200
committerGitHub <noreply@github.com>2020-09-13 14:15:38 +0200
commitb216d48e5f179260fea247d4a1b9fce76f240e7d (patch)
tree66fb54d1e573f84d4dec92af8c465e60a998902e /std/node/tests/cjs/index.js
parentbf70442b08eb54b2959b32977aa0a245c530248b (diff)
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.
Diffstat (limited to 'std/node/tests/cjs/index.js')
-rw-r--r--std/node/tests/cjs/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/node/tests/cjs/index.js b/std/node/tests/cjs/index.js
index 5dea52db2..d55928a89 100644
--- a/std/node/tests/cjs/index.js
+++ b/std/node/tests/cjs/index.js
@@ -1 +1,2 @@
+// deno-lint-ignore no-undef
module.exports = { isIndex: true };