問題タブ [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.

0 投票する
1 に答える
643 参照

angular - Angular を使用する Emacs で Tslint が機能しない

tideandを使用して、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 はチェッカーを認識しません:/

どうすればこれをデバッグできますか?