Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.25 KB

File metadata and controls

55 lines (32 loc) · 1.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.2.1 - 2024-01-25

Added

  • plugin:jsdoc/recommended-error rules

Fixed

  • Use project parserOptions instead of defining our own.

v0.2.0 - 2024-01-23

Changed

  • Default export is now JavaScript eslint config.

Added

  • Different configuration files to JavaScript and TypeScript.
  • eslint-plugin-import as dependency

Fixed

  • changelog version links
  • typescript-eslint plugin not being declared as dependency

v0.1.2 - 2024-01-17

Fixed

  • eslint-plugin-import TypeScript configuration.

v0.1.1 - 2024-01-17

Fixed

  • Use CommonJs to export module.
  • Prettier integration.

v0.1.0 - 2024-01-16

  • First release