Skip to content

Latest commit

 

History

History
108 lines (65 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

108 lines (65 loc) · 2.54 KB

Changelog

13.0.2 - 2024-04-18

  • Update rules

13.0.1 - 2024-04-14

  • Update rules

13.0.0 - 2024-04-14

  • Incremental switch to ESM rules and behavior by default
  • Remove React, JSX and Next configuration
  • Use camel case for event naming in Vue
  • Group stylistic rules in preparation for Stylistic plugin
  • Use maintained version of Node plugin
  • Update environment for configuration files
  • Upgrade dependencies

12.0.2 - 2022-11-16

Changed

  • Update rules

12.0.1 - 2022-11-16

Changed

  • Force minor version for packages

12.0.0 - 2022-11-16

Changed

  • Set Node version to minimum 16
  • Activate Vue 3 rules
  • Update rules
  • Upgrade dependencies

11.1.2 - 2022-01-04

Changed

  • Disable Node plugin file extension resolver

11.1.1 - 2021-12-31

Changed

  • Downgrade eslint-plugin-mocha version since latest version drops Node 12 support

11.1.0 - 2021-12-29

Added

  • ESLint to peer dependencies

Changed

  • Use 2022 for parserOptions.ecmaVersion
  • Set Node version to minimum 12.22
  • Move Unicorn DOM rules to browser configuration
  • Enforce extension for imports

11.0.0 - 2021-12-28

Changed

  • Breaking: Supports Node >= 12
  • Breaking: Supports ESLint >= 8
  • Upgrade package
https://github.com/niksy/eslint-config-nitpick/compare/v12.0.0...HEAD
https://github.com/niksy/eslint-config-nitpick/compare/v12.0.1...HEAD
https://github.com/niksy/eslint-config-nitpick/compare/v12.0.2...HEAD
https://github.com/niksy/eslint-config-nitpick/compare/v13.0.1...HEAD
https://github.com/niksy/eslint-config-nitpick/compare/v13.0.0...HEAD