Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Nik Nasr <[email protected]>
  • Loading branch information
nikrooz committed Dec 10, 2024
1 parent da12702 commit c7ec865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web-ui/eslint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ module.exports = [
// Override or add rules here
rules: {},
},
{ ignores: ['build', 'public/build'] },
{ ignores: ['build', 'public/build', '.react-router'] },
];

0 comments on commit c7ec865

Please sign in to comment.