Skip to content

Commit a90caef

Browse files
committed
chore: format package.json and remove unneeded ESLint config file
1 parent b4c4030 commit a90caef

2 files changed

Lines changed: 3 additions & 25 deletions

File tree

eslint.config.mjs

Lines changed: 0 additions & 17 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@laserware/<name>",
33
"version": "1.0.0",
44
"description": "",
5-
"author": "Mike Rourke <mike.w.rourke@gmail.com>",
5+
"author": "Mike Rourke <mike.w.rourke@gmail.com> (https://mikerourke.dev/)",
66
"license": "MIT",
77
"repository": {
88
"url": "git+https://github.com/laserware/<repo>.git",
@@ -18,9 +18,7 @@
1818
"require": "./dist/index.cjs"
1919
}
2020
},
21-
"files": [
22-
"dist"
23-
],
21+
"files": ["dist"],
2422
"keywords": [],
2523
"publishConfig": {
2624
"access": "public"
@@ -48,8 +46,5 @@
4846
"typedoc": "^0.27.6",
4947
"typescript": "^5.7.2"
5048
},
51-
"trustedDependencies": [
52-
"@biomejs/biome",
53-
"esbuild"
54-
]
49+
"trustedDependencies": ["@biomejs/biome", "esbuild"]
5550
}

0 commit comments

Comments
 (0)