Skip to content

Commit

Permalink
[expo-sqlite] fixed lint/prettier violations
Browse files Browse the repository at this point in the history
  • Loading branch information
gurs1kh committed May 11, 2020
1 parent bfcaa94 commit be86ed2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/expo-sqlite/build/SQLite.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion packages/expo-sqlite/src/SQLite.ts
Expand Up @@ -5,7 +5,14 @@ import { NativeModulesProxy } from '@unimodules/core';
import zipObject from 'lodash/zipObject';
import { Platform } from 'react-native';

import { Query, SQLiteCallback, ResultSet, ResultSetError, WebSQLDatabase, SQLiteFileInfo } from './SQLite.types';
import {
Query,
SQLiteCallback,
ResultSet,
ResultSetError,
WebSQLDatabase,
SQLiteFileInfo,
} from './SQLite.types';

const { ExponentSQLite } = NativeModulesProxy;

Expand Down

0 comments on commit be86ed2

Please sign in to comment.