blob: fa71cd851cabb701dcc7e258cc88f8e380b1aaa3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"lint": {
"include": ["with_config/"],
"exclude": ["with_config/b.ts"],
"dont_know_this_field": {},
"rules": {
"tags": ["recommended"],
"include": ["ban-untagged-todo"]
}
}
}
|