Skip to content

Commit 7cceeeb

Browse files
authored
Merge pull request #121 from ladjs/fix/typescript-eslint
fix:typescript fix eslint
2 parents a93a56a + 6cdd7b1 commit 7cceeeb

File tree

3 files changed

+9265
-3
lines changed

3 files changed

+9265
-3
lines changed

README.md

+1-1
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

+1-2
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)