various

Various libraries and applications related to TypeScript. Everything is contained in a monorepo to improve productivity and reduce boilerplate.

MIT License

Downloads
160
Stars
29
Committers
4

Bot releases are visible (Hide)

various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • fix: write to the correct fd (a6d9b3f)
various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

various - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • disable class-methods-use-this (2bc98a3)

  • set return-await to in-try-catch for more lenient code (2bc98a3)

various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • allow errors to be passed to fail, and also style them slightly nicer (2bc98a3)
various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

@paperdave/utils

1.1.0

Minor Changes

  • Merge @paperdave/types into this package. (ab62272)

  • add FIXME type (83afd2a)

Patch Changes

  • update readme/metadata (83afd2a)

  • Fixed typos, and added commas (#15)

1.0.4

Patch Changes

  • 77299e4: Fix typo

1.0.3

Patch Changes

1.0.2

Patch Changes

  • 96510dd: add range and pipe and pipeAsync

1.0.1

Patch Changes

1.0.0

Major Changes

  • d2413fb: initial set of basic davecode config and utilities
various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • update readme/metadata (83afd2a)

  • Fixed typos, and added commas (#15)

various - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

various - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • Modified (e7da5e4)

    • set eslint curly rule to multi-or-nest, allowing if (...) return;
    • allow empty catch blocks
    • disable the non-typescript require-await rule
    • disable @typescript-eslint/explicit-module-boundary-types
    • disable @typescript-eslint/no-empty-interface
    • disable @typescript-eslint/no-invalid-void-type
    • disable @typescript-eslint/no-misused-promises
    • disable @typescript-eslint/no-redeclare
    • disable @typescript-eslint/no-redundant-type-constituents
various - @paperdave/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

various - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • fix: fetch().then(x => x.json()) no longer gets marked as a lint error
    (76b4c77)