Skip to content

Commit 32ea2ec

Browse files
committed
💚 Set commands on root level
1 parent 6081950 commit 32ea2ec

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

‎.prettierignore‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
dist
2+
node_modules
3+
.npmrc
4+
5+
coverage
6+
7+
pnpm-lock.yaml

‎package.json‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
"svelte-eslint-parser": "^1.2.0",
1414
"typescript-eslint": "^8.31.0"
1515
},
16-
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
16+
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
17+
"scripts": {
18+
"format": "pnpm -r format",
19+
"lint": "pnpm -r lint",
20+
"test": "pnpm -r test"
21+
}
1722
}

0 commit comments

Comments
 (0)