Migrated first short URL reducers to typescript

This commit is contained in:
Alejandro Celaya
2020-08-24 18:52:52 +02:00
parent fefa4e7848
commit d8f3952920
9 changed files with 134 additions and 35 deletions

View File

@@ -64,7 +64,8 @@
"max-len": ["error", {
"code": 120,
"ignoreStrings": true,
"ignoreTemplateLiterals": true
"ignoreTemplateLiterals": true,
"ignoreTrailingComments": true
}],
"no-mixed-operators": "off",
"react/display-name": "off"