2022-10-25 07:21:20 -05:00
|
|
|
{
|
|
|
|
"lint": {
|
2023-04-27 12:02:36 +09:00
|
|
|
"include": ["with_config/"],
|
|
|
|
"exclude": ["with_config/b.ts"],
|
2022-10-25 07:21:20 -05:00
|
|
|
"rules": {
|
|
|
|
"tags": ["recommended"],
|
|
|
|
"include": ["ban-untagged-todo"]
|
|
|
|
},
|
|
|
|
"report": "compact"
|
|
|
|
}
|
|
|
|
}
|