Commit 3d25ee8

HPCesia <me@hpcesia.com>
2025-01-25 16:35:12
chore: update linting and formatting scripts in package.json
1 parent cf300fd
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