mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore: add vale and cspell
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"vale": "vale sync",
|
||||
"cspell": "cspell --words-only --unique 'src' | sort --ignore-case >> .cspell/dictionary.txt",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -31,5 +33,7 @@
|
||||
"prettier-plugin-tailwindcss": "^0.2.2",
|
||||
"rollup": "^3.15.0",
|
||||
"typescript": "^4.9.5",
|
||||
"vale": "^0.1.0",
|
||||
"vite": "^4.1.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user