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

Remove eslint config package #6970

Merged
merged 7 commits into from
May 24, 2024
Merged

Conversation

janechu
Copy link
Collaborator

@janechu janechu commented May 23, 2024

Pull Request

πŸ“– Description

Removal of the @microsoft/eslint-config-fast-dna package as we reserve the right to change eslint configurations and will not be maintaining a package outside this repository. As such, the configuration options have been moved to the root .eslintrc.

🎫 Issues

Resolves #6948

πŸ‘©β€πŸ’» Reviewer Notes

The logic has not changed here, we are only moving this package configuration options internal, and I have added "prettier" as an extension as all current packages re-extend it anyway.

βœ… Checklist

General

  • I have included a change request file using $ yarn change
  • I have added tests for my changes.
  • I have tested my changes.
  • I have updated the project documentation to reflect my changes.
  • I have read the CONTRIBUTING documentation and followed the standards for this project.

@janechu janechu force-pushed the users/janechu/remove-eslint-package branch from 6033961 to b30d1a6 Compare May 23, 2024 19:23
@janechu janechu force-pushed the users/janechu/remove-eslint-package branch from c002514 to 3ab7176 Compare May 24, 2024 15:00
@janechu janechu merged commit 00bccd7 into master May 24, 2024
5 checks passed
@janechu janechu deleted the users/janechu/remove-eslint-package branch May 24, 2024 20:49
janechu added a commit that referenced this pull request Jun 10, 2024
# Pull Request

## πŸ“– Description

Removal of the `@microsoft/eslint-config-fast-dna` package as we reserve the right to change eslint configurations and will not be maintaining a package outside this repository. As such, the configuration options have been moved to the root `.eslintrc`.

### 🎫 Issues

Resolves #6948

## πŸ‘©β€πŸ’» Reviewer Notes

The logic has not changed here, we are only moving this package configuration options internal, and I have added "prettier" as an extension as all current packages re-extend it anyway.

## βœ… Checklist

### General

<!--- Review the list and put an x in the boxes that apply. -->

- [x] I have included a change request file using `$ yarn change`
- [ ] I have added tests for my changes.
- [x] I have tested my changes.
- [ ] I have updated the project documentation to reflect my changes.
- [x] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/master/CONTRIBUTING.md) documentation and followed the [standards](/docs/community/code-of-conduct/#our-standards) for this project.
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.

RFC: Removal of @microsoft/eslint-config-fast-dna
3 participants