Skip to content

Commit dffd102

Browse files
author
CortexPrism
committed
lint: add no-unused-vars ignore to test files
1 parent 4638d90 commit dffd102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/mod.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// deno-lint-ignore-file require-await
1+
// deno-lint-ignore-file require-await, no-unused-vars
22
import { assertEquals } from 'https://deno.land/std@0.208.0/assert/mod.ts';
33
import { tools } from '../../mod.ts';
44
import type { PluginContext } from 'cortex/plugins';

0 commit comments

Comments
 (0)