You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

typescript-strictly-typed

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-strictly-typed - npm Package Versions

134567

3.16.0

Diff
c
cyrilletuzi
published 3.16.0 •
c
cyrilletuzi
published 3.15.0 •
c
cyrilletuzi
published 3.14.0 •

Changelog

Source

3.14.0 (2024-06-08)

  • Support for Biome. Initial rules:

    • noDoubleEquals
    • noExplicitAny
    • noImplicitAnyLet
    • noNonNullAssertion
    • useArrowFunction
    • useForOf
    • useOptionalChain
    • useTemplate

    Note that some options are already included in the recommended preset, so they are not added if the preset is enabled, to keep configuration concise.

c
cyrilletuzi
published 3.13.2 •
c
cyrilletuzi
published 3.13.1 •
c
cyrilletuzi
published 3.13.0 •

Changelog

Source

3.13.0 (2024-06-06)

  • Remove allowExpression option in @typescript-eslint/explicit-function-return-type as it is less noisy now
  • Enforce sub options if tsconfig.json extends another one
  • Fix detection of type checked lint in eslint.config.js
c
cyrilletuzi
published 3.12.0 •
c
cyrilletuzi
published 3.11.1 •
c
cyrilletuzi
published 3.11.0 •

Changelog

Source

3.11.0 (2024-05-29)

New lint rules:

  • @typescript-eslint/strict-boolean-expressions
  • @typescript-eslint/restrict-template-expressions
  • @typescript-eslint/prefer-optional-chain
  • prefer-arrow-callback
  • @typescript-eslint/prefer-for-of

Only add TypeScript ESLint rules which require type checking in configurations were it is enabled.

Enforce lint rules sub-options.

c
cyrilletuzi
published 3.10.1 •