Commit f710f69c authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Ajoute depcheck.

No related merge requests found
Showing with 6 additions and 1 deletion
+6 -1
{
"ignore-bin-package": true,
"ignores": ["highlight.js", "reveal.js", "esm"]
}
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
}, },
"scripts": { "scripts": {
"build": "gulp build", "build": "gulp build",
"lint": "eslint ." "lint": "eslint . && depcheck ."
}, },
"repository": { "repository": {
"type": "git", "type": "git",
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
"reveal.js": "^3.9.2" "reveal.js": "^3.9.2"
}, },
"devDependencies": { "devDependencies": {
"depcheck": "^0.9.2",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0", "eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3", "eslint-plugin-prettier": "^3.1.3",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment