Skip to content

Commit

Permalink
Improve items delete confirmation and socket onMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Oct 13, 2024
1 parent 0675d84 commit ff317e3
Show file tree
Hide file tree
Showing 9 changed files with 12,069 additions and 1,239 deletions.
4 changes: 3 additions & 1 deletion web/ui/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ module.exports = {
ignorePatterns: ['dist', '.eslintrc.cjs'],
parser: '@typescript-eslint/parser',
parserOptions: { ecmaVersion: 'latest', sourceType: 'module' },
plugins: ['react-refresh'],
plugins: ['react-refresh',"react-hooks"],
rules: {
'react-refresh/only-export-components': 'warn',
"react-hooks/rules-of-hooks": "error", // Checks rules of Hooks
"react-hooks/exhaustive-deps": "warn" // Checks effect dependencies
},
}
Loading

0 comments on commit ff317e3

Please sign in to comment.