remix-run / blues-stack

The Remix Stack for deploying to Fly with PostgreSQL, authentication, testing, linting, formatting, etc.
https://remix.run/stacks
MIT License
961 stars 236 forks source link

ESLint config should use #1

Closed chaance closed 2 years ago

chaance commented 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 :)