mirror of
https://github.com/denoland/deno.git
synced 2025-02-23 05:33:33 -05:00
11 lines
130 B
JSON
11 lines
130 B
JSON
![]() |
{
|
||
|
"lint": {
|
||
|
"plugins": ["./plugin.ts"],
|
||
|
"rules": {
|
||
|
"exclude": [
|
||
|
"test-plugin/my-rule"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|