0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-14 17:47:35 -05:00
denoland-deno/test_lint_plugins/deno.json
2024-12-23 08:50:34 +01:00

11 lines
195 B
JSON

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