Skip to content

Commit 23c3cad

Browse files
committedFeb 15, 2023
refactore & chnage implementation
1 parent c461e15 commit 23c3cad

File tree

10 files changed

+283
-198
lines changed

10 files changed

+283
-198
lines changed
 

‎.eslintrc.cjs

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ module.exports = {
2424
'react/prop-types': 0,
2525
'react/function-component-definition': 0,
2626
'no-restricted-exports': 0,
27+
'no-shadow': 'off',
28+
'@typescript-eslint/no-shadow': ['error'],
2729
'prettier/prettier': [
2830
'error',
2931
{

0 commit comments

Comments
 (0)
Please sign in to comment.