Skip to content

Commit c5fec68

Browse files
committed
package.json: style fixes
Just a couple of indentation/formatting fixes. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent a91b15f commit c5fec68

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@
2626
},
2727
"homepage": "https://gitgitgadget.github.io/",
2828
"files": [
29-
"lib/*.ts"
29+
"lib/*.ts"
3030
],
3131
"jest": {
32-
"extensionsToTreatAsEsm": [".ts"],
32+
"extensionsToTreatAsEsm": [
33+
".ts"
34+
],
3335
"moduleFileExtensions": [
3436
"ts",
3537
"tsx",
@@ -38,9 +40,10 @@
3840
"preset": "ts-jest/presets/default-esm",
3941
"resolver": "ts-jest-resolver",
4042
"transform": {
41-
"\\.(ts|tsx)$": ["ts-jest",
43+
"\\.(ts|tsx)$": [
44+
"ts-jest",
4245
{
43-
"useESM": true
46+
"useESM": true
4447
}
4548
]
4649
},
@@ -60,9 +63,9 @@
6063
"@types/rfc2047": "^2.0.3",
6164
"eslint": "^9.33.0",
6265
"eslint-config-prettier": "^10.1.8",
63-
"eslint-plugin-prettier": "^5.5.4",
6466
"eslint-plugin-jest": "^29.0.1",
6567
"eslint-plugin-jsdoc": "^52.0.4",
68+
"eslint-plugin-prettier": "^5.5.4",
6669
"eslint-plugin-security": "^3.0.1",
6770
"jest": "^30.0.5",
6871
"jest-junit": "^16.0.0",

0 commit comments

Comments
 (0)