refactor(stylelint): convert `.stylelintrc.mjs` to `stylelint.config.mjs`

This commit is contained in:
Thomas Rupprecht 2024-03-05 21:55:50 +01:00
parent adde1d82fd
commit 3dc39c8656
2 changed files with 1 additions and 0 deletions

View File

@ -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