mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore: remove vale
This commit is contained in:
18
.vale.ini
18
.vale.ini
@@ -1,18 +0,0 @@
|
|||||||
StylesPath = .vale
|
|
||||||
|
|
||||||
MinAlertLevel = suggestion
|
|
||||||
Vocab = Base
|
|
||||||
|
|
||||||
Packages = write-good
|
|
||||||
|
|
||||||
[*.{md,mdx,txt,html,astro,svelte,json}]
|
|
||||||
BasedOnStyles = Vale, write-good
|
|
||||||
|
|
||||||
# Turn off rules
|
|
||||||
Vale.Terms = NO
|
|
||||||
Vale.Spelling = NO
|
|
||||||
write-good.E-Prime = NO
|
|
||||||
|
|
||||||
[formats]
|
|
||||||
astro = html
|
|
||||||
svelte = html
|
|
||||||
@@ -8,7 +8,6 @@
|
|||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro",
|
"astro": "astro",
|
||||||
"vale": "vale sync",
|
|
||||||
"cspell": "cspell --words-only --unique 'src' | sort --ignore-case >> .cspell/dictionary.txt",
|
"cspell": "cspell --words-only --unique 'src' | sort --ignore-case >> .cspell/dictionary.txt",
|
||||||
"prepare": "husky install"
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
@@ -42,7 +41,6 @@
|
|||||||
"rollup": "^3.15.0",
|
"rollup": "^3.15.0",
|
||||||
"tailwindcss-logical": "^3.0.0",
|
"tailwindcss-logical": "^3.0.0",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^4.9.5",
|
||||||
"vale": "^0.1.0",
|
|
||||||
"vite": "^4.1.1"
|
"vite": "^4.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@@ -28,7 +28,6 @@ specifiers:
|
|||||||
tailwindcss: ^3.0.24
|
tailwindcss: ^3.0.24
|
||||||
tailwindcss-logical: ^3.0.0
|
tailwindcss-logical: ^3.0.0
|
||||||
typescript: ^4.9.5
|
typescript: ^4.9.5
|
||||||
vale: ^0.1.0
|
|
||||||
vite: ^4.1.1
|
vite: ^4.1.1
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -61,7 +60,6 @@ devDependencies:
|
|||||||
rollup: 3.15.0
|
rollup: 3.15.0
|
||||||
tailwindcss-logical: 3.0.0_gbtt6ss3tbiz4yjtvdr6fbrj44
|
tailwindcss-logical: 3.0.0_gbtt6ss3tbiz4yjtvdr6fbrj44
|
||||||
typescript: 4.9.5
|
typescript: 4.9.5
|
||||||
vale: 0.1.0
|
|
||||||
vite: 4.1.1
|
vite: 4.1.1
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
@@ -5582,10 +5580,6 @@ packages:
|
|||||||
sade: 1.8.1
|
sade: 1.8.1
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/vale/0.1.0:
|
|
||||||
resolution: {integrity: sha512-hlLJrZ03CGeZoaiqg9zzTKK5/s/qUfDyFcZNwEOXJv+qhGCLHujIq8vgGeaKvvNmFpaSrlhokiBQ4HpHCL6vvw==}
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/vfile-location/4.1.0:
|
/vfile-location/4.1.0:
|
||||||
resolution: {integrity: sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==}
|
resolution: {integrity: sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user