Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasanth-S7 committed Nov 27, 2024
1 parent 78b5759 commit a557ab2
Show file tree
Hide file tree
Showing 15 changed files with 866 additions and 154 deletions.
1 change: 1 addition & 0 deletions admin/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default tseslint.config(
'warn',
{ allowConstantExport: true },
],
'no-unused-vars': ['warn', { 'argsIgnorePattern': '^_' }] // Ignore unused variables with an underscore prefix
},
},
)
Loading

0 comments on commit a557ab2

Please sign in to comment.