Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
lucien-loua committed Sep 9, 2024
1 parent ecb66e7 commit 8043e29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ui/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ module.exports = {
root: true,
extends: [require.resolve('@omi3/eslint/react.js')],
parser: '@typescript-eslint/parser',
globals: true
rules: {
'no-undef': 'off',
},
};
1 change: 1 addition & 0 deletions packages/ui/src/assets/svg/_types.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

export type Omi3SVG = React.SVGProps<SVGSVGElement>;

0 comments on commit 8043e29

Please sign in to comment.