Spellcheck and yaml lint
This commit is contained in:
parent
0697e4f950
commit
74e0e0c1e9
2 changed files with 6 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue