From 240ca704185468fdaf458096888a1762ca058a78 Mon Sep 17 00:00:00 2001 From: "Eric L. Goldstein" Date: Mon, 16 Sep 2024 12:45:06 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 073f32f..1be0df1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Add [`eslint-plugin-perfectionist`](https://github.com/azat-io/eslint-plugin-perfectionist) to the base configuration and all its dependent configurations - Provides more robust and consistent alphabetical sorting features than what ESLint provides by default + - All rules are auto-fixable - Its rules replace rules `import/order`, `sort-keys`, and `sort-vars` - Add [`eslint-plugin-react-perf`](https://github.com/cvazac/eslint-plugin-react-perf) to the `/react` configuration and all its dependent configurations - Provides performance-related checks to prevent code that causes performance problems