mirror of
https://github.com/denoland/deno.git
synced 2024-11-14 16:33:45 -05:00
13 lines
226 B
Text
13 lines
226 B
Text
|
{
|
||
|
"lint": {
|
||
|
"files": {
|
||
|
"include": ["lint/lint_with_config/"],
|
||
|
"exclude": ["lint/lint_with_config/b.ts"]
|
||
|
},
|
||
|
"rules": {
|
||
|
"tags": ["recommended"],
|
||
|
"include": ["ban-untagged-todo"]
|
||
|
}
|
||
|
}
|
||
|
}
|