Skip to content

Commit

Permalink
[#157113003] Migrate app code to TypeScript (#98)
Browse files Browse the repository at this point in the history
[#157113003] Migrate app code to TypeScript
  • Loading branch information
cloudify authored Apr 26, 2018
1 parent 6d60cf6 commit 6fcb1eb
Show file tree
Hide file tree
Showing 138 changed files with 1,019 additions and 20,556 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "yarn.lock" }}

# Run Flow check
- run: yarn flow
# Run TSLint
# - run: yarn lint

# Run ESLint
- run: yarn lint
# Build app
- run: yarn tsc:noemit

# Run tests
- run: yarn test
Expand Down Expand Up @@ -130,12 +130,12 @@ jobs:

macos:
xcode: "9.0"

shell: /bin/bash --login -o pipefail

steps:
- checkout

# Download node packages
- run: yarn install

Expand All @@ -147,7 +147,7 @@ jobs:

# Fetch CocoaPods specs
- run: curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf

# Move to the ios project directory and run the test_build lane
- run: cd ios && bundle exec fastlane test_build

Expand Down
66 changes: 0 additions & 66 deletions .eslintrc.json

This file was deleted.

55 changes: 0 additions & 55 deletions .flowconfig

This file was deleted.

2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parser": "flow",
"parser": "typescript",
"singleQuote": true,
"semi": false
}
File renamed without changes.
123 changes: 0 additions & 123 deletions flow-typed/npm/babel-eslint_vx.x.x.js

This file was deleted.

32 changes: 0 additions & 32 deletions flow-typed/npm/babel-jest_vx.x.x.js

This file was deleted.

Loading

0 comments on commit 6fcb1eb

Please sign in to comment.