Files
DefinitelyTyped/types/fast-als/tslint.json
Elias 73067b6177 🤖 Merge PR #60214 fast-als typing by @elias-fauser
* 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>
2022-05-06 06:58:37 -07:00

3 lines
53 B
JSON

{
"extends": "@definitelytyped/dtslint/dt.json"
}