Skip to content

Commit

Permalink
fix:typescript fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
irohitb committed Jul 28, 2022
1 parent a93a56a commit 6cdd7b1
Show file tree
Hide file tree
Showing 3 changed files with 9,265 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ We recommend that you follow two rules when implementing this component.
[MIT](LICENSE) © Nick Baugh


##
##

[npm]: https://www.npmjs.com/

Expand Down
3 changes: 1 addition & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint @typescript-eslint/prefer-nullish-coalescing: 0 */
import * as React from 'react';
import {
View,
Expand All @@ -9,8 +10,6 @@ import {
} from 'react-native';
import styles from './style';

const transparent = 'transparent';

export interface SpinnerPropTypes {
cancelable?: boolean;
color?: string;
Expand Down
Loading

0 comments on commit 6cdd7b1

Please sign in to comment.