Skip to Content
style-guideChangelog

@noaignite/style-guide

1.1.0

Minor Changes

  • aefdd31: Deps: bump turbo & eslint-plugin-turbo from 2.7.5 to 2.8.11
  • 8b69e96: feat(style-guide): enable react/jsx-no-leaked-render rule

Patch Changes

  • cfff87d: Deps: bump @eslint/js from 9.39.2 to 9.39.3
  • 4aab86e: Deps: bump eslint-plugin-tsdoc from 0.5.0 to 0.5.2
  • f1aa5ac: Deps: bump @vitest/eslint-plugin from 1.6.6 to 1.6.9
  • 4aab86e: Deps: bump typescript-eslint from 8.53.1 to 8.56.1

1.0.0

Major Changes

  • d976bdb: deps: bump prettier-plugin-packagejson from 2.5.20 to 3.0.0
  • d976bdb: deps: replace prettier-plugin-style-order with prettier-plugin-css-order due to project not being maintained.

Minor Changes

  • d976bdb: deps: bump @eslint-community/eslint-plugin-eslint-comments from 4.4.1 to 4.6.0

Patch Changes

  • d976bdb: deps: bump eslint-plugin-turbo from 2.7.3 to 2.7.5

0.2.0

Minor Changes

  • 60e0d8d: Refresh linting/formatting toolchain versions: bump @eslint/js, @vitest/eslint-plugin, eslint-plugin-import, eslint-plugin-react-hooks, eslint-plugin-turbo, eslint-plugin-unicorn, globals, and prettier plugins; align eslint and prettier versions in devDependencies.

Patch Changes

  • 60e0d8d: Disable new eslint-plugin-react-hooks rules related to React Compiler with TODO comment to revisit
  • bfae993: use eqeqeq smart

0.1.1

Patch Changes

  • b1b4da6: Eslint: add .next to ignores list

0.1.0

Minor Changes

  • b5042e6: Add new import rules and add other rules documentation
  • 39bda10: Add eslint to config object name

Patch Changes

  • 989ad7f: fix(style-guide): add node.js ESlint config
  • 65538d3: @next/eslint-plugin-next should be a dev dep
  • dbfe2db: Enable eslint rule consistent-type-imports
  • 392d39e: Export multiple prettier configs

0.0.1

Patch Changes

  • 8904f34: Add new style guide package with configurations for eslint, prettier & typescript.