Commit missing files

This commit is contained in:
Jan Tuomi
2017-09-15 19:15:49 +03:00
parent 754f108f57
commit 8c03fbbca9
4 changed files with 31 additions and 14 deletions
+9 -2
View File
@@ -3,7 +3,9 @@
"version": "1.0.0",
"description": "A modern web app using a Django backend and an Angular frontend.",
"scripts": {
"test": "eslint ."
"test": "eslint . && remark .",
"eslint": "eslint .",
"remark": "remark ."
},
"repository": {
"type": "git",
@@ -12,6 +14,11 @@
"author": "SIK ry",
"license": "ISC",
"dependencies": {
"eslint": "3.19.0"
"eslint": "3.19.0",
"remark-cli": "^4.0.0",
"remark-preset-lint-recommended": "^3.0.1"
},
"remarkConfig": {
"plugins": ["remark-preset-lint-recommended"]
}
}