Skip to content

Releases: datarockets/style-guide

v2.0.0-canary.2

27 Jan 12:35
Compare
Choose a tag to compare
v2.0.0-canary.2 Pre-release
Pre-release

2.0.0-canary.2 (2025-01-27)

Bug Fixes

  • deps: bump minimal version of @next/eslint-plugin-next (1248566)

Performance Improvements

  • eslint: enable import/no-cycle only in CI (23294f1)

v2.0.0-canary.1

25 Jan 13:26
Compare
Choose a tag to compare
v2.0.0-canary.1 Pre-release
Pre-release

2.0.0-canary.1 (2025-01-25)

Bug Fixes

  • deps: remove eslint-plugin-prettier (59bcea9)
  • deps: remove unused @rushstack/eslint-patch (aeb212a)
  • deps: upgrade dependencies (1e58758)
  • eslint: jest and playwright configs are broken (2db6376)

Features

  • eslint: add @eslint-react/eslint-plugin (cadbb1b)
  • eslint: allow disabling eslint rules for whole file (4389afb)
  • eslint: allow promises in JSX attributes (303acfb)
  • eslint: import includeIgnoreFile utility (2ca38a8)
  • eslint: migrate to ESLint 9 (124320a)

Performance Improvements

  • eslint: improve performance of import/no-cycle (e9355e0)

BREAKING CHANGES

  • eslint: see the ESLint 9 release notes for all breaking changes

v1.2.0

04 Mar 16:17
Compare
Choose a tag to compare

1.2.0 (2024-03-04)

Features

v1.2.0-canary.1

26 Feb 12:53
Compare
Choose a tag to compare
v1.2.0-canary.1 Pre-release
Pre-release

1.2.0-canary.1 (2024-02-26)

Features

v1.1.0

19 Jan 08:54
Compare
Choose a tag to compare

1.1.0 (2024-01-19)

Bug Fixes

  • deps: add missing @typescript-eslint/parser (2dfa37f)
  • deps: upgrade dependencies (3b95d1c)
  • deps: upgrade dependencies (d0ba1f7)

Features

  • eslint: add eslint-plugin-jsx-expressions (3892b0f)
  • eslint: add import/consistent-type-specifier-style (0ed3d40)
  • eslint: allow render prop pattern in react/no-unstable-nested-components (fc3f0da)
  • eslint: change import order (6602684)
  • eslint: disable @typescript-eslint/non-nullable-type-assertion-style (de47053)
  • eslint: disable unicorn/prefer-set-has (4dc026c)
  • eslint: enforce blank line before return and after directives (#54) (8e7511f)
  • eslint: extend plugin:react/jsx-runtime (de6a95a)
  • eslint: make no-implicit-coercion work better with TypeScript (cb13efe)

v1.1.0-canary.4

19 Jan 08:45
Compare
Choose a tag to compare
v1.1.0-canary.4 Pre-release
Pre-release

1.1.0-canary.4 (2024-01-19)

Bug Fixes

  • deps: add missing @typescript-eslint/parser (2dfa37f)
  • deps: upgrade dependencies (3b95d1c)

v1.1.0-canary.3

19 Dec 12:36
Compare
Choose a tag to compare
v1.1.0-canary.3 Pre-release
Pre-release

1.1.0-canary.3 (2023-12-19)

Bug Fixes

  • deps: upgrade dependencies (d0ba1f7)

v1.1.0-canary.2

07 Dec 09:13
Compare
Choose a tag to compare
v1.1.0-canary.2 Pre-release
Pre-release

1.1.0-canary.2 (2023-12-07)

Features

  • eslint: enforce blank line before return and after directives (#54) (8e7511f)

v1.1.0-canary.1

04 Dec 10:36
Compare
Choose a tag to compare
v1.1.0-canary.1 Pre-release
Pre-release

1.1.0-canary.1 (2023-12-04)

Features

  • eslint: add eslint-plugin-jsx-expressions (3892b0f)
  • eslint: add import/consistent-type-specifier-style (0ed3d40)
  • eslint: allow render prop pattern in react/no-unstable-nested-components (fc3f0da)
  • eslint: change import order (6602684)
  • eslint: disable @typescript-eslint/non-nullable-type-assertion-style (de47053)
  • eslint: disable unicorn/prefer-set-has (4dc026c)
  • eslint: extend plugin:react/jsx-runtime (de6a95a)
  • eslint: make no-implicit-coercion work better with TypeScript (cb13efe)

v1.0.0

27 Nov 09:59
Compare
Choose a tag to compare

1.0.0 (2023-11-27)

Features

  • add ESLint configs (3d58a80)
  • add Prettier (fdf0014)
  • eslint: add eslint-comments plugin (324b83c)
  • eslint: enable react/jsx-no-constructed-context-values (87579d1)
  • typescript: add base config (123ed32)