mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* Adding basic @types/pg-cursor * Correcting header to requirements * Trying further to meet requirement which I cannot test locally I have neither the disk space nor the hours in the day to run `npm run test-all` on a repository this large. Sorry I have to iterate upon this using the remote CI. * Is it an order problem, def-by before def? * One down, another pops up * Trying `export =` syntax, per hidden style guide * Trying to deal with version differences * Why are all of these checks in `test-all` and not in `test`? * Add config and cursor typings to test * Change pg import * Change tslint.json to @definitelytyped * Fix errors in pg-cursor * pg-cursor: Add missing base class EventEmitter * pg-cursor: Fix wrong return annotations and add deprecated functions * pg-cursor: Fix linting errors * pg-cursor: remove 'Edited by' definition * Add fast-als typings * Remove node reference Co-authored-by: Tiogshi Laj <tiogshi@gmail.com> Co-authored-by: Elias Fauser <e.fauser@sprinteins.com>
3 lines
53 B
JSON
3 lines
53 B
JSON
{
|
|
"extends": "@definitelytyped/dtslint/dt.json"
|
|
} |