Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 3.07 KB

CHANGELOG.md

File metadata and controls

50 lines (28 loc) · 3.07 KB

@pplancq/eslint-config 2.2.0 (2024-05-06)

Features

  • dev-tools: add minimal nodejs versions for each package (0d8447a)

@pplancq/eslint-config 2.1.1 (2024-04-16)

@pplancq/eslint-config 2.1.0 (2024-03-23)

Features

  • eslint-config: steps suffix added for test-related overrides (937fe16)

@pplancq/eslint-config 2.0.1 (2024-03-20)

Reverts

  • dev-tool: add package-lock when execute npm postversion (1e83fe7)

@pplancq/eslint-config 2.0.0 (2024-03-12)

⚠ BREAKING CHANGES

  • eslint-config: The default configuration no longer supports the eslint-plugin-prettier plugin.
    You must now install prettier and eslint-plugin-prettier separately and use the alternative configuration.
    Use prettier configuration, add "eslintConfig": { "extends": ["@pplancq/eslint-config/prettier"] } to your package.json.
  • eslint-config: Bumps ESLint ^8.55.0 to ^8.57.0 the minimum requirements
  • eslint-config: Bumps Prettier ^3.1.1 to ^3.2.5 the minimum requirements

Features

  • eslint-config: bump ESLint and Prettier minimum version requirements (24f920f)
  • eslint-config: prettier made fully optional (dff82e3)

@pplancq/eslint-config 1.0.0 (2024-02-05)

Features

  • eslint-config: add base rule for react with jsx-a11y ans testing-library for test (c70823a)
  • eslint-config: add eslint base config for js (aca46cb)
  • eslint-config: add eslint base config for ts (22846cb)
  • eslint-config: add plugin prettier rule (2c2d3a0)
  • eslint-config: add rule for jest and vitest (714f323)
  • eslint-config: add script for init eslint config (56ccc72)