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