Skip to content

Commit

Permalink
solve lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bansi-Mahkana committed Dec 25, 2024
1 parent fbe9687 commit c41d6c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ export default [
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
],
],
'no-unused-vars': [
'error',
{ "varsIgnorePattern": '^React$' }
],
},
},
]

0 comments on commit c41d6c0

Please sign in to comment.