salesforce / eslint-plugin-lwc

Official ESLint rules for LWC
MIT License
98 stars 32 forks source link

Improve compatibility with typescript-eslint #153

Open wjhsf opened 6 months ago

wjhsf commented 6 months ago

When linting a file, you can only have a single parser. We currently use @babel/eslint-parser, which supports typescript, but does not have any TypeScript-specific rules. An alternative parser, typescript-eslint is more popular for TypeScript projects, as it provides a large number of TypeScript-specific rules. In order to better support TypeScript projects, we should try to make our rules more compatible with typescript-eslint.

git2gus[bot] commented 1 month ago

This issue has been linked to a new work item: W-17039335