eslint-config
eslint-config copied to clipboard
fix: seperate the type aware rules for react
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