sitegen/deno.jsonc

10 lines
133 B
Text

{
"lint": {
"exclude": ["src"], // OLD
"rules": {
"exclude": [
"no-explicit-any" // TODO
]
}
}
}