mirror of
https://github.com/denoland/deno.git
synced 2025-02-07 23:06:50 -05: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"
|
|
]
|
|
}
|
|
}
|
|
}
|