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 e252797
Showing 1 changed file with 8 additions and 1 deletion.
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 e252797

Please sign in to comment.