From 3dc39c86565b101f0621f3a18c0ee5564f4a1e9a Mon Sep 17 00:00:00 2001 From: Thomas Rupprecht Date: Tue, 5 Mar 2024 21:55:50 +0100 Subject: [PATCH] refactor(stylelint): convert `.stylelintrc.mjs` to `stylelint.config.mjs` --- CHANGELOG.md | 1 + .stylelintrc.mjs => stylelint.config.mjs | 0 2 files changed, 1 insertion(+) rename .stylelintrc.mjs => stylelint.config.mjs (100%) 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