You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the ESLint configuration consists of all possible variants, such as React and NextJS. It doesn't matter if the specialized rules and packages are needed or not. Therefore, it makes sense to split these rules into smaller packages.
The text was updated successfully, but these errors were encountered:
For now we use "base", "next" and "react" as separeted configurations.
Base is the default.
BREAKING CHANGE: The default config is now only "base", instead of all of them.
Resolves#14
Resolves#14
## 📑 Description
Split the ESLint config into specialized parts. For now, we use "base", "next" and "react" as separated configurations. Base is the default.
## ⚠️ BREAKING CHANGE
The default config is now only "base", instead of all of them.
## ✏️ Side Note
To ignore the `.changeset` folder from prettier, I added a custom ignore file.
Currently, the ESLint configuration consists of all possible variants, such as React and NextJS. It doesn't matter if the specialized rules and packages are needed or not. Therefore, it makes sense to split these rules into smaller packages.
The text was updated successfully, but these errors were encountered: