feat: add spellcheck
Some checks failed
Node.js CI / CI (push) Failing after 7s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 49s

This commit is contained in:
2025-12-22 18:11:19 -08:00
parent b0315e6e18
commit d108ddecd5
7 changed files with 849 additions and 68 deletions

View File

@@ -7,6 +7,7 @@
"build": "next build",
"start": "next start -p 3003",
"lint": "eslint src --max-warnings 0",
"spellcheck": "cspell ./posts/**/*.md",
"test": "echo \"No tests yet!\" && exit 0"
},
"dependencies": {
@@ -26,6 +27,7 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"cspell": "9.4.0",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",