feat(editorconfig): add `.cjs` and `.mjs` to `.editorconfig`

This commit is contained in:
Thomas Rupprecht 2023-09-14 01:19:15 +02:00
parent 9921e37605
commit fe31d9c6ec
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# top-most EditorConfig file
root = true
[*.{html,css,js,json,svg,ts,toml}]
[*.{html,css,js,cjs,mjs,json,svg,ts,toml}]
indent_style = tab
indent_size = 2
end_of_line = lf

View File

@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
## \[unreleased]
## \[[0.9.5](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.5)] - 2023-09-13
### 🐛 Bug Fixes