Remove alex

This commit is contained in:
Brian-J. Ebeling 2023-02-03 18:49:17 +01:00
parent 4aa00f0c72
commit 27c2907d46
4 changed files with 16 additions and 7190 deletions

View File

@ -1 +0,0 @@
CODE_OF_CONDUCT.md

View File

@ -1,4 +0,0 @@
allow:
- German
- german
- european

7197
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,6 @@
"description": "Corona-Warn-App: Documentation repository",
"main": "README.md",
"dependencies": {
"alex": "^10.0.0",
"markdown-link-check": "~3.8.7",
"markdownlint": "^0.26.2",
"markdownlint-cli": "^0.32.2",
@ -13,8 +12,7 @@
"scripts": {
"test": "run-s markdownlint checklinks",
"markdownlint": "markdownlint '**/*.md' --ignore node_modules",
"checklinks": "find . -not -path \"*node_modules*\" -not -path \"*.github*\" -name \"*.md\" | xargs -n 1 markdown-link-check",
"detect-inconsiderate-language": "alex"
"checklinks": "find . -not -path \"*node_modules*\" -not -path \"*.github*\" -name \"*.md\" | xargs -n 1 markdown-link-check"
},
"repository": {
"type": "git",