Skip to content

Releases: Pewtro/configs

@putstack/eslint-config-typescript@1.1.2

10 Oct 15:40
a08037b

Choose a tag to compare

Patch Changes

  • 13ad8c5: Update @typescript-eslint/* dependencies from 6.7.4 to 6.7.5
  • 6d36924: Update @typescript-eslint/* dependencies from 6.7.3 to 6.7.4

@putstack/eslint-config-typescript@1.1.1

26 Sep 09:38
1d74f9f

Choose a tag to compare

Patch Changes

  • 5b885b9: [Chore] Bump dependencies

@putstack/prettier-config@1.2.2

17 Sep 11:29
cb0b3bb

Choose a tag to compare

Patch Changes

  • 1c00f4d: Add type information to prettier config by passing in --cjsInterop to tsup

@putstack/prettier-config@1.2.1

17 Sep 11:05
06c7392

Choose a tag to compare

Patch Changes

@putstack/prettier-config@1.2.0

17 Sep 10:58
4177e55

Choose a tag to compare

Minor Changes

  • 9ff92f9: Remove the type information as it disallows it to be consumed in a package.json

@putstack/prettier-config@1.1.0

14 Sep 19:59
8241a02

Choose a tag to compare

Minor Changes

  • 5eb117a: Provide type information for the prettier config being exported

@putstack/prettier-config@1.0.1

14 Sep 18:05
5a5888b

Choose a tag to compare

Patch Changes

  • 460dfbd: Move prettier from devDependency to dependency

@putstack/eslint-config-typescript@1.1.0

14 Sep 18:04
5a5888b

Choose a tag to compare

Minor Changes

  • 93273ef: Default prefer-module from unicorn to be turned on as it's easy for consumers to turn it off - but we should transition towards ESM in general

Patch Changes

  • 4f28190: Bump @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 6.7.0.

@putstack/prettier-config@1.0.0

04 Sep 18:06

Choose a tag to compare

Major Changes

  • c59e5c9: Initial release with sensible defaults.

@putstack/eslint-config-typescript@1.0.0

04 Sep 18:06

Choose a tag to compare

Major Changes

  • c59e5c9: First release of @putstack/eslint-config-typescript that provides sensible, but strict, defaults for new and existing projects.
    If the default is too strict, there is also a @putstack/eslint-config-typescript/base that is less strict that you can start out with.