Skip to content

Releases: espimarisa/eslint-config-ks

v5.0.4

01 Apr 05:40
a7f9846
Compare
Choose a tag to compare
  • Add eslint-import-resolver-typescript to dependencies

v5.0.3

29 Mar 08:52
16188cf
Compare
Choose a tag to compare

v5.0.2

29 Mar 04:22
c910ea7
Compare
Choose a tag to compare
  • Disabled the broken n/no-unpublished-import rule

v5.0.1

29 Mar 00:50
b264de4
Compare
Choose a tag to compare

v5.0.1

  • Fixed dependencies in package.json (should work with default pnpm now)
  • Updated internal dependencies

Full Changelog: v5.0.0...v5.0.1

v5.0.0

22 Mar 06:14
2200e86
Compare
Choose a tag to compare

v5.0.0 - "Kitchen Sink"

NOTE: You WILL need to read the documentation to get this functioning on existing projects. As this uses new ESLint features/plugins, you will have to have the most up-to-date dependencies.

Changes

  • The package has been renamed from @espimarisa/eslint-config to eslint-config-ks
  • Completely ported the config to the flat ESLint config structure
    • You will need the latest version of ESLint (and all other required dependencies)
  • Added support for React, Svelte, Astro, Vue, JSON, Markdown, TOML, and YML
  • Enabled toggling Prettier and TypeScript support
  • Many more internal changes and new rules to list

v4.2.2

14 Jan 21:31
00583c7
Compare
Choose a tag to compare

Fixes some weird circular dependency errors

v4.2.1

14 Jan 20:47
d20b46b
Compare
Choose a tag to compare
  • Update dependencies
  • Update pnpm in packageManager field to resolve an annoying bug

v4.2.0

30 Sep 02:12
60c7847
Compare
Choose a tag to compare
  • Removed broken CJS-only support
    • You will need to install the previously optional TypeScript dependencies. Don't blame me, blame ESLint
  • Updated dependencies

v4.1.1

07 Aug 08:31
fbe460b
Compare
Choose a tag to compare
  • Disable a few overly strict TypeScript options

v4.0.0

07 Aug 01:33
108c248
Compare
Choose a tag to compare
  • BREAKING: Enable @typescript-eslint/strict-type-checked by default
  • Swapped to eslint-plugin-n as eslint-plugin-node is unmaintained
  • Remove some un-necessary rules that were already overridden
  • Update all dependencies and configs
  • Publish under my new username