Skip to content

Commit

Permalink
Typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
William Luke committed Mar 9, 2019
1 parent 18b8729 commit 90e5a48
Show file tree
Hide file tree
Showing 25 changed files with 938 additions and 114 deletions.
11 changes: 11 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

module.exports = {
parser: '@typescript-eslint/parser',
extends: [
'plugin:@typescript-eslint/recommended',
'react-app',
'plugin:prettier/recommended',
],
plugins: ['@typescript-eslint', 'react'],
rules: {},
};
2 changes: 1 addition & 1 deletion .expo/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hostType": "localhost",
"hostType": "lan",
"lanType": "ip",
"dev": true,
"minify": false,
Expand Down
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 80,
"semi": true,
"tabWidth": 2,
"useTabs": false
}
60 changes: 0 additions & 60 deletions navigation/MainTabNavigator.js

This file was deleted.

Loading

0 comments on commit 90e5a48

Please sign in to comment.