microsoft / fast

The adaptive interface system for modern web experiences.
https://www.fast.design
Other
9.17k stars 587 forks source link

Remove eslint config package #6970

Closed janechu closed 2 months ago

janechu commented 2 months ago

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