Remove node ref

This commit is contained in:
Raymond Feng 2018-05-11 09:09:31 -07:00
parent eddb17689c
commit d31c43bc09
3 changed files with 8 additions and 2 deletions

2
.prettierignore Normal file
View File

@ -0,0 +1,2 @@
*.json
*.md

6
.prettierrc Normal file
View File

@ -0,0 +1,6 @@
{
"bracketSpacing": false,
"singleQuote": true,
"printWidth": 80,
"trailingComma": "all"
}

2
types/model.d.ts vendored
View File

@ -3,8 +3,6 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
/// <reference types="node" />
import {EventEmitter} from 'events';
import {AnyObject, Options} from './common';
import {DataSource} from './datasource';