2022-10-25 08:21:20 -04:00
|
|
|
{
|
|
|
|
"lint": {
|
2023-04-26 23:02:36 -04:00
|
|
|
"include": ["with_config/"],
|
|
|
|
"exclude": ["with_config/b.ts"],
|
2022-10-25 08:21:20 -04:00
|
|
|
"rules": {
|
|
|
|
"tags": ["recommended"],
|
|
|
|
"include": ["ban-untagged-todo"]
|
|
|
|
},
|
|
|
|
"report": "compact"
|
|
|
|
}
|
|
|
|
}
|