Utilise load-grunt-tasks.
Showing
+89 -834
This diff is collapsed.
... | ... | @@ -30,9 +30,10 @@ |
"reveal.js": "git+https://gitlab.irstea.fr/guillaume.perreal/reveal.js.git#irstea" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^6.5.1", | ||
"husky": "^1.3.1", | ||
"lint-staged": "^8.2.1" | ||
"lint-staged": "^8.2.1", | ||
"load-grunt-tasks": "^5.1.0", | ||
"prettier": "^6.5.1" | ||
}, | ||
"husky": { | ||
"pre-commit": "lint-staged" | ||
... | ... |
Please register or sign in to comment