mirror of
https://github.com/denoland/deno.git
synced 2025-01-23 15:39:49 -05:00
14 lines
258 B
JSON
14 lines
258 B
JSON
|
{
|
||
|
"lint": {
|
||
|
"files": {
|
||
|
"include": ["lint/lint_with_config/"],
|
||
|
"exclude": ["lint/lint_with_config/b.ts"]
|
||
|
},
|
||
|
"dont_know_this_field": {},
|
||
|
"rules": {
|
||
|
"tags": ["recommended"],
|
||
|
"include": ["ban-untagged-todo"]
|
||
|
}
|
||
|
}
|
||
|
}
|