Updated dependencies

This commit is contained in:
Alejandro Celaya
2021-02-28 11:13:07 +01:00
parent 8ec49b8cfc
commit fb2194d2d1
4 changed files with 205 additions and 141 deletions

View File

@@ -25,6 +25,7 @@
"object-shorthand": "off",
"react/display-name": "off",
"react/react-in-jsx-scope": "off",
"@typescript-eslint/no-extraneous-class": "off",
"@typescript-eslint/require-array-sort-compare": "off"
}
}