chore: remove vale

This commit is contained in:
Stefan Imhoff
2023-02-25 14:20:10 +01:00
parent 41d8e427d4
commit 693ffdeb33
5 changed files with 0 additions and 26 deletions

View File

@@ -8,7 +8,6 @@
"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"
},
@@ -42,7 +41,6 @@
"rollup": "^3.15.0",
"tailwindcss-logical": "^3.0.0",
"typescript": "^4.9.5",
"vale": "^0.1.0",
"vite": "^4.1.1"
}
}