Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuujin committed Jul 9, 2024
1 parent f56743b commit 54a8bbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
{
ignores: [
'index',
'complete',
'console',
'default',
'events',
Expand All @@ -20,6 +21,7 @@ module.exports = {
'Page',
'privacy',
'register',
'share',
'users',
'[id]',
],
Expand Down
1 change: 1 addition & 0 deletions packages/ui/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
'Accordion',
'Avatar',
'Button',
'Comment',
'Date',
'Dialog',
'Header',
Expand Down

0 comments on commit 54a8bbf

Please sign in to comment.