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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First cut of ESLint upgrade #1047

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

First cut of ESLint upgrade #1047

wants to merge 6 commits into from

Conversation

AaronMoat
Copy link
Contributor

I don't currently intend to fully perform this upgrade on behalf of the sku maintainers, but I wanted to do a first cut of the upgrade to make sure seek-oss/eslint-config-seek#145 wasn't horribly wrong. It seems ok?

Copy link

changeset-bot bot commented Sep 8, 2024

🦋 Changeset detected

Latest commit: 9125283

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

This PR includes changesets to release 1 package
Name Type
sku 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

};
const baseConfig = [
{
ignores: [
Copy link
Contributor Author

@AaronMoat AaronMoat Sep 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth considering if you migrate this on behalf of users (any custom .eslintignore they have) in some form, or just say "use dangerouslySetESLintConfig" or similar

path.join(skuPackagePath, 'config/eslint/importOrderConfig.js'),
]);
});
it.todo('should generate a eslint config');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was too lazy to fix this test :) and one below

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant