0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-07 23:06:50 -05:00
denoland-deno/test_lint_plugins/deno.json
Marvin Hagemeister fd600e0dab WIP
2025-01-03 23:56:21 +01:00

11 lines
208 B
JSON

{
"lint": {
"plugins": ["./plugin.ts", "jsr:@bartlomieju/test-lint-plugin@0.2.0"],
"rules": {
"exclude": [
"ban-ts-comment",
"test-plugin-local/first-rule"
]
}
}
}