@fluidframework/eslint-config-fluid
Version:
Shareable ESLint config for the Fluid Framework
23 lines (12 loc) • 761 B
Markdown
@fluidframework/eslint-config-fluid Changelog
# [3.0.0](https://github.com/microsoft/FluidFramework/releases/tag/eslint-config-fluid_v3.0.0)
## Update eslint-related dependencies
eslint has been updated to version ~8.49.0. eslint plugins have also been updated to the latest version.
## Update prettier
prettier has been updated to version ~3.0.3.
## Update #16699 typescript-eslint
typescript-eslint has been updated to version ~6.7.2.
# [2.1.0](https://github.com/microsoft/FluidFramework/releases/tag/eslint-config-fluid_v2.1.0)
## Enable the import-no-deprecated rule
The [import/no-deprecated](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-deprecated.md) rule
is now enabled for all configs except test files.