eslint-plugin-lwc icon indicating copy to clipboard operation
eslint-plugin-lwc copied to clipboard

Improve compatibility with typescript-eslint

Open wjhsf opened this issue 1 year ago • 1 comments
trafficstars

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.

wjhsf avatar May 28 '24 20:05 wjhsf

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

git2gus[bot] avatar Oct 22 '24 15:10 git2gus[bot]