Skip to content

Releases: Widen/eslint-config

[email protected]

13 Jul 18:28
34f381e
Compare
Choose a tag to compare

Patch Changes

[email protected]

13 Jul 16:13
b9d1214
Compare
Choose a tag to compare

Minor Changes

Patch Changes

[email protected]

18 Jan 20:15
68a1088
Compare
Choose a tag to compare

Minor Changes

  • b3d51d5: Add more Playwright rules

[email protected]

07 Oct 14:53
3278147
Compare
Choose a tag to compare

Patch Changes

  • 4388b29: Rename <Badge> color prop to status.

[email protected]

07 Sep 21:42
3b174da
Compare
Choose a tag to compare

Patch Changes

  • 79ca703: Ignore errors for react/no-unknown-property when using the css
    prop.

[email protected]

31 Aug 15:59
7ae898c
Compare
Choose a tag to compare

Patch Changes

  • b38d77e: Remove overrides from widen/playwright configuration which was
    incorrect.

[email protected]

29 Aug 21:21
c204c02
Compare
Choose a tag to compare

Major Changes

Minor Changes

  • f358429: Add rule to aid in Patterns 18 migration.

[email protected]

29 Aug 21:21
c204c02
Compare
Choose a tag to compare

Patch Changes

[email protected]

24 Aug 16:55
f079213
Compare
Choose a tag to compare

Minor Changes

  • 042b316: Add widen/playwright config to allow easily configuring the
    Playwright ESLint config.

[email protected]

11 May 19:44
317b1bb
Compare
Choose a tag to compare

Patch Changes

  • 004c055: Ignore unused variables in destructuring patterns when they start
    with an underscore. This has worked historically for JavaScript, but it was
    not working properly in TypeScript files.