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