Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Apr 6, 2021
1 parent 35ca6d2 commit 844dbef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
*.d.ts
2 changes: 1 addition & 1 deletion src/tabs/tabs.android.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Application, CoercibleProperty, Color, Enums, Font, Frame, ImageSource, Property, Utils, getTransformedText, isIOS, View } from '@nativescript/core';
import { Application, CoercibleProperty, Color, Enums, Font, Frame, ImageSource, Property, Utils, View, getTransformedText, isIOS } from '@nativescript/core';
import { TabStrip } from '@nativescript-community/ui-material-core/tab-navigation-base/tab-strip';
import { TabStripItem } from '@nativescript-community/ui-material-core/tab-navigation-base/tab-strip-item';
import { TabContentItem } from '@nativescript-community/ui-material-core/tab-navigation-base/tab-content-item';
Expand Down

0 comments on commit 844dbef

Please sign in to comment.