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

Loop on TypeScript configuration override #53

Merged
merged 1 commit into from
Apr 8, 2021

Conversation

arcticicestudio
Copy link
Contributor

Resolves #50

In GH-32 [1] the `@arcticicestudio/eslint-config-typescript` package
migrated to the latest plugin versions and added the `override`
field [1] to its index to simplify the usage for consumers by removing
the need to explicitly define it per project. Unfortunately this
resulted in a crash loop when doing so and also blocks users from
overriding single rules based on the project needs.

To fix this problem, the `override` field has been removed again,
leaving it up to the user to define and customize the ESLint
configuration for TypeScript to fit the project needs.

[1]: #32
[2]: https://github.com/arcticicestudio/styleguide-javascript/blob/ab59f71f/packages/%40arcticicestudio/eslint-config-typescript/index.js#L31-L36

Co-authored-by: Sven Greb <development@svengreb.de>

GH-50
@arcticicestudio arcticicestudio merged commit ddc16cc into main Apr 8, 2021
@arcticicestudio arcticicestudio deleted the bugfix/gh-50-loop-ts-config-override branch April 8, 2021 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loop on TypeScript configuration override
2 participants