0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 06:07:03 -04:00
deno/test_lint_plugins/deno.json
Bartek Iwańczuk 71c82e47ef
run jsr plugins
2024-12-22 22:06:31 +01:00

11 lines
189 B
JSON

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