Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgill committed Mar 31, 2024
1 parent 74ed9c4 commit a471926
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 616 deletions.
8 changes: 1 addition & 7 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,5 @@
"[astro]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"astro", // Enable .astro
"typescript", // Enable .ts
"typescriptreact" // Enable .tsx
]
"eslint.experimental.useFlatConfig": true
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
12 changes: 0 additions & 12 deletions apps/docs/eslint.config.js

This file was deleted.

5 changes: 1 addition & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"astro": "astro",
"format:check": "prettier --check .",
"format:write": "prettier --write .",
"lint": "astro check",
"tsc": "astro check"
},
"dependencies": {
Expand Down Expand Up @@ -59,9 +58,7 @@
"devDependencies": {
"@astrojs/check": "^0.5.10",
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.33.1",
"globals": "^15.0.0",
"mdast-util-toc": "^7.0.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"devDependencies": {
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"nx": "18.2.1"
"nx": "18.2.1",
"typescript": "^5.4.3"
},
"license": "ISC"
}
Loading

0 comments on commit a471926

Please sign in to comment.