Closed chaance closed 2 years ago
We have a second set of rules in the Remix ESLint package for Jest. So we can remove the custom Jest rules and use this instead:
{ "extends": ["@remix-run/eslint-config", "@remix-run/eslint-config/jest"] }
Would PR this myself but it looks like I don't have permissions to fork or push a new branch! Happy to take care of it if you wanna update that :)
We have a second set of rules in the Remix ESLint package for Jest. So we can remove the custom Jest rules and use this instead:
Would PR this myself but it looks like I don't have permissions to fork or push a new branch! Happy to take care of it if you wanna update that :)