Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(eslint): split ESLint config into specialised parts #19

Merged
merged 3 commits into from
Aug 26, 2022

Conversation

mheob
Copy link
Owner

@mheob mheob commented Aug 26, 2022

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.

To ignore the `.changeset` folder from prettier we have to use a custom ignore file.
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
@mheob mheob added enhancement New feature or request eslint Belongs to ESLint config labels Aug 26, 2022
@changeset-bot
Copy link

changeset-bot bot commented Aug 26, 2022

馃 Changeset detected

Latest commit: add3007

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@mheob/eslint-config Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@mheob mheob marked this pull request as ready for review August 26, 2022 07:30
@kodiakhq kodiakhq bot merged commit 6e97fe2 into main Aug 26, 2022
@kodiakhq kodiakhq bot deleted the 14-feat-split-eslint-config branch August 26, 2022 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request eslint Belongs to ESLint config
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT]: Split ESLint config in to Default, React, NextJS etc.
1 participant