Add swals + Remove incompatible saves + add new tests
This commit is contained in:
parent
f34ba64f7e
commit
4971ec7e5d
8 changed files with 8936 additions and 185 deletions
|
@ -32,6 +32,7 @@ module.exports = {
|
|||
'no-unused-vars': 'off',
|
||||
'@typescript-eslint/no-unused-vars': 'error',
|
||||
'@typescript-eslint/ban-types': ['error'],
|
||||
'@typescript-eslint/no-floating-promises': 'off', // disabled cuz troublesome for SweetAlert since they never reject
|
||||
'react-hooks/rules-of-hooks': 'error', // Checks rules of Hooks
|
||||
'react-hooks/exhaustive-deps': 'warn' // Checks effect dependencies
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue