Skip to content

Latest commit

 

History

History
65 lines (33 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

65 lines (33 loc) · 1.89 KB

@sveltejs/eslint-config

8.1.0

Minor Changes

  • feat: add rule to enforce that process is imported (#40)

8.0.1

Patch Changes

8.0.0

Major Changes

7.0.1

Patch Changes

  • fix: do not require globals as peer dependency (#35)

7.0.0

Major Changes

  • breaking: require eslint v9 and switch to flat config (#31)

  • breaking: replace deprecated stylistic rules (#34)

6.0.4

Patch Changes

  • fix: remove old config referring to eslint-plugin-import (#28)

6.0.3

Patch Changes

  • remove eslint-plugin-node (#27)

  • remove eslint-plugin-import (#25)

6.0.2

Patch Changes

  • fix: lower typescript peerDependency version (af97002)

6.0.1

Patch Changes

  • fix: move changesets CLI to devDependencies (9605ac3)

6.0.0

Major Changes

  • update and simplify config removing style-related rules which should be covered by prettier (fdded5b)