fix: improve dialog handling and error management in list items (#257)

* fix: improve dialog handling and error management in list items

* chore: lint
This commit is contained in:
Razboy20
2024-10-02 11:19:16 -05:00
committed by GitHub
parent a4d2856bfc
commit 1942508d8d
6 changed files with 38 additions and 24 deletions

View File

@@ -100,6 +100,12 @@ module.exports = {
'import/no-cycle': 'off',
'import/no-extraneous-dependencies': 'off',
'react/jsx-props-no-spreading': 'off',
'react/jsx-no-useless-fragment': [
'error',
{
allowExpressions: true,
},
],
'keyword-spacing': [
'error',
{