linter clean

This commit is contained in:
Piotr Roszatycki
2018-02-20 20:43:12 +01:00
parent d7ee161569
commit 20be1b2329
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
// Project: https://github.com/julien-f/csv2json
// Definitions by: Piotr Roszatycki <https://github.com/dex4er>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.7
/// <reference types="node" />
@@ -12,4 +13,4 @@ export interface CSV2JSONOptions {
separator?: string;
}
export default function csv2json (options: CSV2JSONOptions): Writable;
export default function csv2json(options: CSV2JSONOptions): Writable;

View File

@@ -6,6 +6,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [