Skip to content

Commit 73cbf45

Browse files
committed
Reformat with defaults
1 parent 70f6cd9 commit 73cbf45

6 files changed

+2509
-1234
lines changed

.prettierrc.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"trailingComma": "es5",
32
"proseWrap": "always",
43
"plugins": ["./node_modules/prettier-plugin-jsdoc/dist/index.js"]
54
}

eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ export default tseslint.config(
2424
tsconfigRootDir: import.meta.dirname,
2525
},
2626
},
27-
}
27+
},
2828
);

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "get-or-throw",
33
"version": "1.5.0",
4-
"description": "A convenience function for safely accessing values in dynamic objects and arrays",
4+
"description": "A convenience function for safely getting values from dynamic objects and arrays",
55
"type": "module",
66
"main": "dist/index.cjs",
77
"types": "dist/index.d.ts",
@@ -17,7 +17,8 @@
1717
"prepare": "pnpm build",
1818
"lint": "eslint .",
1919
"type-check": "tsc --noEmit",
20-
"test": "vitest"
20+
"test": "vitest",
21+
"format": "prettier --write ."
2122
},
2223
"repository": {
2324
"type": "git",

0 commit comments

Comments
 (0)