Skip to content

Commit 9dad3f6

Browse files
chore: update lint config
1 parent 04ac430 commit 9dad3f6

File tree

10 files changed

+1218
-1017
lines changed

10 files changed

+1218
-1017
lines changed

package.json

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
"emscripten"
88
],
99
"bugs": {
10-
"url": "https://github.com/arianrhodsandlot/nostalgist/issues"
11-
},
12-
"repository": {
13-
"type": "git",
14-
"url": "git+https://github.com/arianrhodsandlot/nostalgist.git"
10+
"url": "https://github.com/arianrhodsandlot/nostalgist/issues",
11+
"email": "theguidanceofawhitetower@gmail.com"
1512
},
13+
"repository": "arianrhodsandlot/nostalgist",
1614
"license": "MIT",
1715
"author": {
1816
"name": "arianrhodsandlot",
@@ -35,13 +33,12 @@
3533
"dist"
3634
],
3735
"scripts": {
38-
"build": "jiti scripts/build.ts && tsc",
36+
"build": "jiti scripts/build.ts && tsc -p tsconfig.build.json",
3937
"dev": "vite playground --open",
4038
"dev:e2e": "playwright test -c tests/e2e --ui",
4139
"docs:build": "astro build --root docs",
4240
"docs:dev": "astro dev --root docs",
43-
"eslint": "eslint --no-warn-ignored",
44-
"lint": "node --run=eslint -- src tests",
41+
"lint": "eslint src tests",
4542
"prepare": "simple-git-hooks && pnpm build",
4643
"test": "node --run=test:integration && node --run=test:e2e",
4744
"test:e2e": "playwright test -c tests/e2e",
@@ -51,7 +48,7 @@
5148
"pre-commit": "pnpm lint-staged && pnpm build"
5249
},
5350
"lint-staged": {
54-
"*.?(m|c)@(j|t)s?(x)": "node --run=eslint -- --fix",
51+
"*.?(m|c)@(j|t)s?(x)": "eslint --fix",
5552
"package.json": "pnpm dlx sort-package-json"
5653
},
5754
"dependencies": {
@@ -60,27 +57,28 @@
6057
"@types/path-browserify": "1.0.3"
6158
},
6259
"devDependencies": {
63-
"@arianrhodsandlot/eslint-config": "0.23.0",
64-
"@arianrhodsandlot/release-kit": "0.1.11",
65-
"@astrojs/starlight": "0.36.2",
66-
"@happy-dom/global-registrator": "20.0.10",
67-
"@playwright/test": "1.56.1",
60+
"@arianrhodsandlot/eslint-config": "0.25.3",
61+
"@arianrhodsandlot/release-kit": "0.1.12",
62+
"@astrojs/starlight": "0.37.1",
63+
"@happy-dom/global-registrator": "20.0.11",
64+
"@playwright/test": "1.57.0",
65+
"@tsconfig/recommended": "1.0.13",
6866
"@types/is-ci": "3.0.4",
69-
"@types/node": "24.10.1",
67+
"@types/node": "25.0.3",
7068
"@types/wicg-file-system-access": "2023.10.7",
7169
"@zip.js/zip.js": "2.8.11",
72-
"astro": "5.16.0",
73-
"eslint": "9.39.1",
70+
"astro": "5.16.6",
71+
"eslint": "9.39.2",
7472
"ini": "6.0.0",
7573
"jiti": "2.6.1",
7674
"lint-staged": "16.2.7",
7775
"path-browserify": "1.0.1",
78-
"prettier": "3.6.2",
76+
"prettier": "3.7.4",
7977
"simple-git-hooks": "2.13.1",
8078
"typescript": "5.9.3",
81-
"vite": "7.2.4"
79+
"vite": "7.3.0"
8280
},
83-
"packageManager": "pnpm@10.23.0",
81+
"packageManager": "pnpm@10.26.0",
8482
"engines": {
8583
"node": ">=24.7.0"
8684
},

0 commit comments

Comments
 (0)