aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-03-05 11:35:20 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-03-05 11:35:20 +0100
commitfc308707019ef096b0315d14689d821b71f0c180 (patch)
tree700520d97fd42c7ef17e0fd8f3d7768bf02c7a9f /package.json
parent2184a5058a1f9886daf14ff4fc188813058d3a58 (diff)
downloadfosdem-2021-minimalism-presentation-fc308707019ef096b0315d14689d821b71f0c180.tar
fosdem-2021-minimalism-presentation-fc308707019ef096b0315d14689d821b71f0c180.tar.gz
build updates, gulp serve accepts root/port
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 0df33ba..3ba016e 100644
--- a/package.json
+++ b/package.json
@@ -35,13 +35,15 @@
"gulp-uglify": "^3.0.2",
"gulp-header": "^2.0.9",
"gulp-zip": "^5.0.1",
+ "yargs": "^15.1.0",
"express": "^4.17.1",
"mustache": "^4.0.0",
"socket.io": "^2.3.0"
},
"eslintConfig": {
"env": {
- "browser": true
+ "browser": true,
+ "es6": true
},
"globals": {
"head": false,
@@ -54,7 +56,6 @@
"rules": {
"curly": 0,
"eqeqeq": 2,
- "no-unused-expressions": [2, { "allowShortCircuit": true, "allowTernary": true }],
"wrap-iife": [
2,
"any"
@@ -68,9 +69,8 @@
"new-cap": 2,
"no-caller": 2,
"dot-notation": 0,
- "no-undef": 2,
"no-eq-null": 2,
- "no-unused-expressions": 2
+ "no-unused-expressions": 0
}
}
}