Skip to content

Commit 4a332cf

Browse files
committed
update eslint config
1 parent 1f8b7d0 commit 4a332cf

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

eslint.config.ts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import tseslint from "typescript-eslint";
55
import tsParser from "@typescript-eslint/parser";
66

77
export default tseslint.config(
8-
[
8+
eslint.configs.recommended,
9+
tseslint.configs.recommended,
910
{
1011
name: "global-ignores",
1112
ignores: [
@@ -19,8 +20,6 @@ export default tseslint.config(
1920
"scripts/",
2021
],
2122
},
22-
eslint.configs.recommended,
23-
tseslint.configs.recommendedTypeChecked,
2423
{
2524
files: ["**/*.{ts,tsx}"],
2625
languageOptions: {
@@ -54,8 +53,5 @@ export default tseslint.config(
5453
},
5554
],
5655
},
57-
},
58-
];
59-
60-
)
61-
56+
}
57+
);

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"postcss": "^8.5.6",
3636
"shiki": "^3.12.0",
3737
"sitemap": "^8.0.0",
38+
"solid-docs-next": "link:",
3839
"solid-heroicons": "^3.2.4",
3940
"solid-js": "^1.9.9",
4041
"solid-list": "^0.3.0",
@@ -56,8 +57,8 @@
5657
"prettier": "3.6.2",
5758
"prettier-plugin-tailwindcss": "^0.6.14",
5859
"tailwindcss": "^3.4.17",
59-
"typescript-eslint": "8.41.0",
6060
"typescript": "^5.9.2",
61+
"typescript-eslint": "8.41.0",
6162
"vite": "^7.1.3"
6263
},
6364
"engines": {

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)