Skip to content

Commit 6cdd7b1

Browse files
committed
fix:typescript fix eslint
1 parent a93a56a commit 6cdd7b1

File tree

3 files changed

+9265
-3
lines changed

3 files changed

+9265
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ We recommend that you follow two rules when implementing this component.
9999
[MIT](LICENSE) © Nick Baugh
100100

101101

102-
##
102+
##
103103

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

src/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint @typescript-eslint/prefer-nullish-coalescing: 0 */
12
import * as React from 'react';
23
import {
34
View,
@@ -9,8 +10,6 @@ import {
910
} from 'react-native';
1011
import styles from './style';
1112

12-
const transparent = 'transparent';
13-
1413
export interface SpinnerPropTypes {
1514
cancelable?: boolean;
1615
color?: string;

0 commit comments

Comments
 (0)