Skip to content

Latest commit

 

History

History
135 lines (78 loc) · 2.36 KB

File metadata and controls

135 lines (78 loc) · 2.36 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.

2.1.2 - 2025-03-20

Changed

  • eslint-config-typescript: dependencies update

2.1.1 - 2025-03-06

Fixed

  • all packages:
    • more peer dependencies required (like eslint-plugin-jest)

2.1.0 - 2025-02-25

Changed

  • eslint-config-react-native: using updated eslint config

2.0.1 - 2024-09-23

Fixed

  • all packages:
    • package-lock.json correctly generated

2.0.0 - 2024-09-23

Changed

  • all packages:
    • dependencies update

BREAKING CHANGES

All dependencies have been updated including major bumps for eslint.

1.8.0 - 2022-06-27

Changed

  • eslint-config-react-native

    • linting about curly braces presence
  • all packages:

    • dependencies update

1.7.0 - 2022-03-23

  • all packages:

    • dependencies update
  • eslint-config-typescript

    • TS 4.6 support

1.6.0 - 2021-09-10

Changed

  • all packages:

    • dependencies update
  • eslint-config-typescript

    • TS 4.5 support

1.5.0 - 2021-09-10

Changed

  • all packages:

    • dependencies update
  • eslint-config-typescript

    • TS 4.4 support

1.4.0 - 2021-09-07

Changed

  • eslint-config-typescript: @typescript-eslint/explicit-module-boundary-types rule deactivated
  • eslint-config-typescript: Plain JS files get node, jest and es6 env to allow mixing JS and TS
  • Dependencies update for each package

1.3.0 - 2021-04-13

Added

  • eslint-config-electron: Electron eslint shareable configuration

1.2.1 - 2021-03-25

Fixed

  • eslint-config-typescript:
    • .eslintrc.js file has node env

1.2.0 - 2021-03-23

Added

  • eslint-config-typescript: Typescript eslint shareable configuration

  • eslint-config-react-native

    • android directory is ignored by default

1.1.0 - 2021-03-19

Changed

  • eslint-config-react-native
    • more rules

1.0.1 - 2020-09-29

Changed

  • eslint-config-react-native

    • dependencies update
  • eslint-config-node

    • dependencies update

1.0.0 - 2020-09-29

Added

  • eslint-config-react-native: React Native eslint shareable configuration
  • eslint-config-node: Node eslint shareable configuration