Skip to content

Commit

Permalink
Merge pull request #7 from Sans-arch/features
Browse files Browse the repository at this point in the history
Create unit tests for all components
  • Loading branch information
Sans-arch authored Nov 15, 2023
2 parents 3017c8d + e69ffb9 commit ebfbf56
Show file tree
Hide file tree
Showing 16 changed files with 1,804 additions and 125 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ module.exports = {
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
'@typescript-eslint/no-unused-vars': 0,
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/triple-slash-reference': 0,
},
};
Loading

0 comments on commit ebfbf56

Please sign in to comment.