問題タブ [flycheck]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angular - Angular を使用する Emacs で Tslint が機能しない
tide
andを使用して、Typescript と Angular で Emacs をセットアップしようとしていng2-mode
ます。での有効化に問題がありtslint
ますflycheck
。私のソースディレクトリは次のとおりです。
app-dir - ここに tslint.json ファイルがあります
app-dir/src/main.ts - ここでは、tslint は正常に動作しています
app-dir/src/app/app.component.ts - ここでは tslint がまったく機能していません。flycheck はチェッカーを認識しません:/
どうすればこれをデバッグできますか?