Skip to content

Latest commit

 

History

History
135 lines (73 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

135 lines (73 loc) · 2.47 KB

@ryanatkn/eslint-config

0.6.0

Minor Changes

  • 65e830b: change @typescript-eslint/array-type to 'generic'

0.5.7

Patch Changes

  • 0bb2f79: enable experimentalGenerics

0.5.6

Patch Changes

  • 75c1c41: change @typescript-eslint/switch-exhaustiveness-check to use considerDefaultExhaustiveForUnions: true

0.5.5

Patch Changes

  • b225bfe: add peer dep for @eslint/js

0.5.4

Patch Changes

  • bf8a132: fix type

0.5.3

Patch Changes

  • 9431882: fix types to make rules required

0.5.2

Patch Changes

  • 3dc1920e37c34759cc80f24e8b4112957c70bed5: disable @typescript-eslint/no-inferrable-types

0.5.1

Patch Changes

  • 77ea03e0bdf370136e0568c2cf1391343acebae4: disable @typescript-eslint/no-unnecessary-type-parameters

0.5.0

Minor Changes

  • 47ddb7f8c0b9a5722ed7ce55b6e2721e67f24dfb: upgrade typescript-eslint@8

0.4.2

Patch Changes

  • 66ec4a9dc7a0aa33719a38688607c5ef90317841: disable no-multi-str

0.4.1

Patch Changes

  • ad32c76ac6e3cfba023f8505cac60502362a2840: disable require-unicode-regexp

0.4.0

Minor Changes

0.3.0

Minor Changes

  • update svelte rules (#2)

    disabled from recommended:

    • svelte/no-dynamic-slot-name
    • svelte/no-inner-declarations
    • svelte/no-not-function-handler
    • svelte/no-shorthand-style-property-overrides

    removed:

    • svelte/no-immutable-reactive-statements
    • svelte/no-reactive-functions
    • svelte/no-reactive-literals
    • svelte/valid-each-key

    added:

    • svelte/button-has-type
    • svelte/prefer-style-directive

0.2.0

Minor Changes

0.1.3

Patch Changes

0.1.2

Patch Changes

  • loosen Svelte peer dep to * (1d8d022)

0.1.1

Patch Changes

  • disable @typescript-eslint/no-inferrable-types (6347127)

0.1.0

Minor Changes

  • publish