1
Fork 0

Run link checker locally

This commit is contained in:
Jake Howard 2018-08-15 21:33:01 +01:00
parent 2e75180662
commit b80c220110
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 1028 additions and 0 deletions

1025
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -7,6 +7,7 @@
}, },
"author": "Jake Howard <git@theorangeone.net>", "author": "Jake Howard <git@theorangeone.net>",
"devDependencies": { "devDependencies": {
"broken-link-checker-local": "0.2.0",
"eslint-config-dabapps": "github:dabapps/eslint-config-dabapps#v3.0.0", "eslint-config-dabapps": "github:dabapps/eslint-config-dabapps#v3.0.0",
"markdown-spellcheck": "1.3.1", "markdown-spellcheck": "1.3.1",
"parcel-bundler": "1.9.1", "parcel-bundler": "1.9.1",

View file

@ -9,3 +9,5 @@ eslint $STATIC_SRC/js
yamllint data/*.yml yamllint data/*.yml
yamllint config.yml yamllint config.yml
mdspell --en-gb -ranx 'content/**/*.md' mdspell --en-gb -ranx 'content/**/*.md'
blcl -ero './public/'