mirror of
https://github.com/denoland/deno.git
synced 2025-03-06 02:52:05 -05:00
10 lines
130 B
JSON
10 lines
130 B
JSON
{
|
|
"lint": {
|
|
"plugins": ["./plugin.ts"],
|
|
"rules": {
|
|
"exclude": [
|
|
"test-plugin/my-rule"
|
|
]
|
|
}
|
|
}
|
|
}
|