Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw committed Jul 28, 2024
1 parent 421a84f commit 7cfbee6
Show file tree
Hide file tree
Showing 6 changed files with 4,756 additions and 2,241 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm lint-staged
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"author": "Krzysztof Żuraw (https://krzysztofzuraw.com/)",
"license": "MIT",
"private": true,
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.6.0",
"engines": {
"node": ">=20",
"pnpm": ">=8"
"pnpm": ">=9"
},
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"lint": "astro check",
"post:new": "./scripts/post.sh",
"prepare": "husky install",
"prepare": "husky",
"preview": "astro preview",
"start": "astro dev"
},
Expand All @@ -26,29 +26,29 @@
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.0",
"@tailwindcss/typography": "0.5.13",
"astro": "4.11.3",
"astro": "4.12.2",
"astro-robots-txt": "1.0.0",
"date-fns": "3.6.0",
"lodash-es": "4.17.21",
"markdown-it": "14.1.0",
"rollup": "4.18.0",
"rollup": "4.19.1",
"sanitize-html": "2.13.0",
"sharp": "0.33.4",
"tailwindcss": "3.4.4"
"tailwindcss": "3.4.7"
},
"devDependencies": {
"@astrojs/check": "0.7.0",
"@astrojs/check": "0.8.3",
"@netlify/plugin-lighthouse": "6.0.0",
"@types/lodash": "4.17.4",
"@types/lodash": "4.17.7",
"@types/lodash-es": "4.17.12",
"@types/markdown-it": "14.1.1",
"@types/markdown-it": "14.1.2",
"@types/sanitize-html": "2.11.0",
"husky": "9.0.11",
"lint-staged": "15.2.5",
"prettier": "3.3.0",
"prettier-plugin-astro": "0.14.0",
"husky": "9.1.3",
"lint-staged": "15.2.7",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-pkg": "0.18.1",
"prettier-plugin-tailwindcss": "0.6.1",
"typescript": "5.4.5"
"prettier-plugin-tailwindcss": "0.6.5",
"typescript": "5.5.4"
}
}
Loading

0 comments on commit 7cfbee6

Please sign in to comment.