0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-06 02:52:05 -05:00
deno/tests/specs/lint/lint_plugin/deno_exclude.json
2025-01-03 11:03:28 +01:00

10 lines
130 B
JSON

{
"lint": {
"plugins": ["./plugin.ts"],
"rules": {
"exclude": [
"test-plugin/my-rule"
]
}
}
}