Skip to content

Commit

Permalink
update linter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
velis74 committed Oct 26, 2023
1 parent e37b89d commit e2d0b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vue/components/user-session/user-profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { useDisplay } from 'vuetify';
import { apiClient } from '../../api-client';
import { HTTP_401_UNAUTHORIZED } from '../../api-config';
import { showGeneralErrorNotification } from '../../notifications';
import { SocialAccItem } from '../../socialIntegrations';
import { SocialAccItem } from '../../social-integrations';
import { PROFILE_TABLE_PRIMARY_KEY_PROPERTY_NAME, UserDataJSON } from './data-types';
import icons from './icons';
Expand Down
1 change: 1 addition & 0 deletions vue/socialIntegrations.ts → vue/social-integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ interface SocialAccItem {
name: string; url: string
}

// eslint-disable-next-line import/prefer-default-export
export { SocialAccItem };

0 comments on commit e2d0b01

Please sign in to comment.