我正在尝试用ESLint终极2020.2为TypeScript配置IntelliJ。
在“设置-> Language &Frameworks-> TypeScript”中没有任何选项
我只看到了TSLint的选项,这是不推荐的。如何为(角)项目配置ESLint?
发布于 2021-05-28 15:56:17
它必须配置为设置见https://www.jetbrains.com/help/webstorm/2021.1/eslint.html#ws_js_eslint_activate,https://www.jetbrains.com/help/webstorm/2021.1/using-tslint-code-quality-tool.html#ws_eslint_linting_typescript_files_with_eslint
https://stackoverflow.com/questions/67740052
相似问题