added a linter and tried it out. that was not fun
This commit is contained in:
10
package.json
10
package.json
@@ -9,7 +9,8 @@
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
"astro": "astro",
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/react": "^5.0.4",
|
||||
@@ -24,6 +25,11 @@
|
||||
"vite": "^6.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.6.0"
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@types/node": "^25.6.0",
|
||||
"eslint": "^10.3.0",
|
||||
"globals": "^17.6.0",
|
||||
"jiti": "^2.6.1",
|
||||
"typescript-eslint": "^8.59.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user