fix can().undo() for collab

This commit is contained in:
Philipp Kühn
2021-02-22 10:40:56 +01:00
parent 9f0715ebff
commit bd621f4677
2 changed files with 25 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ module.exports = {
'no-param-reassign': 'off',
'import/prefer-default-export': 'off',
'consistent-return': 'off',
'prefer-destructuring': 'off',
'no-redeclare': 'off',
'@typescript-eslint/no-redeclare': ['error'],
'no-unused-vars': 'off',