Add .cjs extension to import-sort config

This commit is contained in:
bjoluc 2021-08-20 11:37:01 +02:00
parent b3b9f5fd5e
commit ba9c495a21

View File

@ -46,7 +46,7 @@
"printWidth": 100
},
"importSort": {
".ts, .js, .mjs": {
".ts, .js, .mjs, .cjs": {
"style": "module",
"parser": "typescript"
}