Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

More cleaning; no implicit anys allowed anymore #1034

Merged
merged 2 commits into from
Apr 11, 2019

Conversation

andrewxhill
Copy link
Member

No description provided.

@@ -13,7 +13,7 @@ jobs:
lint:
working_directory: ~/textile-mobile
docker:
- image: circleci/node:8
- image: circleci/node:11.9.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might retract this, but just wanted to see what the effect might be

@@ -33,7 +33,7 @@
"react-native-qrcode": "^0.2.7",
"react-native-scalable-image": "^0.4.0",
"react-native-screens": "^1.0.0-alpha.22",
"react-native-version-number": "https://github.com/textileio/react-native-version-number#6023fea24bc5865389fd938e99d8f86685543c4f",
"react-native-version-number": "https://github.com/textileio/react-native-version-number#79b2c34746a170fe11cc8bc151b4015ed6e59148",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needed to add a type definition over there

@@ -7,7 +7,7 @@
"strict": true,
"allowJs": true,
"allowSyntheticDefaultImports": true,
"noImplicitAny": false,
"noImplicitAny": true,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

boom

@andrewxhill andrewxhill merged commit ad7695c into master Apr 11, 2019
@andrewxhill andrewxhill changed the title More cleaning; no explicit anys allowed anymore More cleaning; no implicit anys allowed anymore Apr 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant