New duration

This commit is contained in:
Daniel Odendahl Jr
2018-01-29 14:49:22 +00:00
parent 2856361cdc
commit 15650048d5
6 changed files with 11 additions and 18 deletions
+2 -1
View File
@@ -59,7 +59,8 @@
"id-length": "off",
"no-await-in-loop": "off",
"no-console": "off",
"no-process-env": "off"
"no-process-env": "off",
"prefer-const": "error"
}
}
}