Skip to content

Commit

Permalink
feat: add redux toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
TomatoVan committed Nov 7, 2023
1 parent aac564a commit 42b4779
Show file tree
Hide file tree
Showing 20 changed files with 35,164 additions and 15,078 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ module.exports = {
'react-hooks/rules-of-hooks': 'error', // Checks rules of Hooks
'react-hooks/exhaustive-deps': 'error', // Checks effect dependencies
'max-len': ['error', { ignoreComments: true, code: 180 }],
'no-param-reassign': 'off',
},
globals: {
__IS_DEV__: true,
Expand Down
3 changes: 0 additions & 3 deletions extractedTranslations/en/translation.json

This file was deleted.

Loading

0 comments on commit 42b4779

Please sign in to comment.