test
vscode で tslint を使用してフォルダー フォームのリンティングを除外するのが好きです。そのため、tslint.json 構成ファイルに除外を配置しました。残念ながら、除外ステートメントは機能していません。除外を設定する方法を知っている人はいますか?
{
"exclude": "tests/**/*.ts",
"rulesDirectory": ["node_modules/tslint-microsoft-contrib"],
"rules": {
"export-name": true,
...
}
}