mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 23:31:24 -05:00
13 lines
226 B
JSON
13 lines
226 B
JSON
![]() |
{
|
||
|
"lint": {
|
||
|
"files": {
|
||
|
"include": ["lint/lint_with_config/"],
|
||
|
"exclude": ["lint/lint_with_config/b.ts"]
|
||
|
},
|
||
|
"rules": {
|
||
|
"tags": ["recommended"],
|
||
|
"include": ["ban-untagged-todo"]
|
||
|
}
|
||
|
}
|
||
|
}
|