Implement minus 8 day rule

This commit is contained in:
Julia Friesel
2018-07-13 07:14:36 +02:00
parent d5aa903da4
commit 7382bff0dd
5 changed files with 308 additions and 85 deletions
+2 -1
View File
@@ -47,6 +47,7 @@
"no-var": "error",
"prefer-const": "error",
"no-trailing-spaces": "error",
"react/prop-types": 0
"react/prop-types": 0,
"max-len": "warn"
}
}