diff --git a/CHANGELOG.md b/CHANGELOG.md index c20cf3d..2b4cad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file. - Improve init of popup script and simplify `setLinks` - Replace `webextension-polyfill` with simple `browser` fallback to `chrome` - Convert `eslint.config.js` to `eslint.config.mjs` +- Convert `.commitlintrc.js` to `commitlint.config.mjs` ### 🎨 Styling diff --git a/.stylelintrc.mjs b/stylelint.config.mjs similarity index 100% rename from .stylelintrc.mjs rename to stylelint.config.mjs