Remove warning on console

This commit is contained in:
jeffvli
2022-05-02 21:00:46 -07:00
parent 5faceed06b
commit c42d0fec23

View File

@@ -14,6 +14,7 @@ module.exports = {
'@typescript-eslint/no-explicit-any': 'off',
'jsx-a11y/click-events-have-key-events': 'off',
'jsx-a11y/interactive-supports-focus': 'off',
'no-console': 'off',
'import/order': [
'error',
{