1
Fork 0

Spellcheck and yaml lint

This commit is contained in:
Jake Howard 2017-05-06 15:41:03 +01:00
parent 0697e4f950
commit 74e0e0c1e9
2 changed files with 6 additions and 1 deletions

View file

@ -31,6 +31,9 @@ node_modules:
test:
$(NODE_BIN)/sass-lint -vqc .sass-lint.yml
$(NODE_BIN)/eslint $(STATIC_SRC)/js --ignore-pattern *.min.js
$(NODE_BIN)/yamllint data/*.yml
$(NODE_BIN)/yamllint config.yml
$(NODE_BIN)/mdspell --en-gb -ranx 'content/**/*.*'
.PHONY: build clean install test

View file

@ -12,8 +12,10 @@
"devDependencies": {
"browserify": "14.3.0",
"eslint-config-dabapps": "github:dabapps/eslint-config-dabapps#v3.0.0",
"markdown-spellcheck": "0.11.0",
"node-sass": "4.5.2",
"sass-lint": "1.10.2"
"sass-lint": "1.10.2",
"yaml-lint": "0.0.4"
},
"dependencies": {
"bootstrap": "4.0.0-alpha.6",