Skip to content

Commit

Permalink
Merge pull request #39 from Bansi-Mahkana/solve-lintError
Browse files Browse the repository at this point in the history
solve lint error
  • Loading branch information
Saumya40-codes authored Dec 25, 2024
2 parents d374ffa + c41d6c0 commit 8e29f3f
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 8e29f3f

Please sign in to comment.