Migrated tags reducers to typescripts

This commit is contained in:
Alejandro Celaya
2020-08-27 19:12:09 +02:00
parent 83531666de
commit eb3775859a
10 changed files with 246 additions and 160 deletions

View File

@@ -69,7 +69,8 @@
"ignoreComments": true
}],
"no-mixed-operators": "off",
"react/display-name": "off"
"react/display-name": "off",
"@typescript-eslint/require-array-sort-compare": "off"
}
}
]