chore: add vale and cspell

This commit is contained in:
Stefan Imhoff
2023-02-12 12:23:45 +01:00
parent 9bd0f772b0
commit 4219ebfaf2
7 changed files with 41 additions and 0 deletions

View File

@@ -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"
}
}