Reputation: 1654
I am trying to configure ESLint for TypeScript with IntelliJ Ultimate 2020.2.
I don't see any options under "Settings -> Language & Frameworks -> TypeScript"
I am seeing the option only for TSLint which is deprecated. How ESLint can be configured for the (Angular) project?
Upvotes: 1
Views: 6395
Reputation: 93818
It has to be configured in Settings | Languages and Frameworks | JavaScript | Code Quality Tools | ESLint. See 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
Upvotes: 1