mirror of
https://github.com/denoland/deno.git
synced 2025-03-09 21:57:40 -04:00
11 lines
208 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|