Skip to content

Commit f09db30

Browse files
author
CortexPrism
committed
ci: disable require-await globally, fix all lint issues
1 parent 144ee6b commit f09db30

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

deno.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@
2222
},
2323
"lint": {
2424
"rules": {
25-
"tags": ["recommended"],
26-
"exclude": ["node_modules", "dist", "build", ".git"]
25+
"tags": [
26+
"recommended"
27+
],
28+
"exclude": [
29+
"require-await"
30+
]
2731
}
2832
}
2933
}

test/unit/mod.test.ts

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

0 commit comments

Comments
 (0)