Commit 3d25ee8
Changed files (1)
package.json
@@ -7,7 +7,8 @@
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
- "lint": "prettier -w . && eslint . --fix && stylelint \"**/*.{css,scss}\" --fix && tsc --noEmit && astro check"
+ "lint": "eslint ./src --fix && stylelint ./src/**/*.{scss,css,astro} --fix && astro check",
+ "format": "prettier --write ./src"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.5",
@@ -43,4 +44,4 @@
"stylelint-config-standard-scss": "^14.0.0",
"typescript-eslint": "^8.21.0"
}
-}
+}
\ No newline at end of file