diff --git a/eslint-config/CHANGELOG.md b/eslint-config/CHANGELOG.md index 21cd860..1e0371e 100644 --- a/eslint-config/CHANGELOG.md +++ b/eslint-config/CHANGELOG.md @@ -8,6 +8,10 @@ - Removed deprecated no-var-requires rule in favor of no-require-imports rule. - Removed deprecated no-throw-literal rule. +### Fixed + +- Update naming-convention rules ([#96](https://github.com/etn-ccis/blui-code-standards/issues/96)). + ## v3.0.1 (June 8, 2022) ### Changed