Skip to content

Commit 7ddf381

Browse files
committed
fix: update ignores
1 parent 28bf3d6 commit 7ddf381

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apps/web/.eslintrc.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ module.exports = {
2323
'privacy',
2424
'register',
2525
'share',
26+
'sharemap',
27+
'tokusho',
2628
'users',
2729
'[id]',
2830
],

packages/ui/.eslintrc.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
'Avatar',
1111
'Button',
1212
'Comment',
13+
'Credit',
1314
'Date',
1415
'Dialog',
1516
'Header',
@@ -23,6 +24,7 @@ module.exports = {
2324
'Tag',
2425
'Time',
2526
'Title',
27+
'Track',
2628
'Typography',
2729
],
2830
},

0 commit comments

Comments
 (0)