eslint-config icon indicating copy to clipboard operation
eslint-config copied to clipboard

fix: seperate the type aware rules for react

Open PranavSK opened this issue 4 months ago • 2 comments

Description

This PR seperates the configs for typeaware react rules to avoid issues faced where eslint complains about non ts files not being included in the tsconfig.json.

The relevant test are added as part of PR #619

Linked Issues

#618

Additional context

PranavSK avatar Oct 13 '24 18:10 PranavSK