Skip to content

Latest commit

 

History

History
217 lines (102 loc) · 9.84 KB

CHANGELOG.md

File metadata and controls

217 lines (102 loc) · 9.84 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.10.1 (2024-04-18)

Bug Fixes

  • setup-dependencies.mjs: force eslint@^8 (87d8e47)

2.10.0 (2023-07-27)

Features

  • unicorn.js: disable unicorn/filename-case rule (d1746d4)

Bug Fixes

  • jsdoc.js: remove jsdoc/newline-after-description (4736bf7)

2.9.1 (2023-01-23)

Bug Fixes

  • setup-lint.mjs: fix npm commands (b8aa979)

2.9.0 (2023-01-19)

Features

  • improve automatic setup (f096038)

2.8.4 (2023-01-19)

Miscellaneous Chores

2.8.3 (2023-01-18)

Bug Fixes

  • move postinstall to prepare (744f6c2)
  • move postinstall to prepare (71b67cb)

2.8.2 (2023-01-17)

Bug Fixes

2.8.1 (2023-01-17)

Bug Fixes

2.8.0 (2023-01-17)

Features

  • add postinstall script (7122ad3)
  • create the .eslintrc.js automatically (bbe081c)

2.7.0 (2023-01-15)

Features

2.6.1 (2023-01-14)

Bug Fixes

2.6.0 (2023-01-14)

Features

  • add eslint-plugin-unicorn (5079eef)

2.5.6 (2023-01-14)

Bug Fixes

  • bump ESLint from 7.32.0 to 8.31.0 (355d408)

2.5.5 (2021-09-22)

2.5.4 (2021-09-22)

2.5.3 (2021-09-22)

2.5.2 (2021-09-22)

2.5.1 (2021-09-22)

2.5.0 (2021-09-22)

2.4.1 (2021-09-22)

2.4.0 (2021-01-19)

Features

  • disable import/prefer-default-export rule (22be443)

2.3.2 (2020-12-06)

2.3.1 (2020-12-06)

2.3.0 (2020-12-05)

Features

  • disable react/react-in-jsx-scope (ca1319b)

2.2.1 (2020-11-10)

2.2.0 (2020-11-09)

Features

  • index: increase ecma version to 2020 (31745f5)
  • add babel-eslint parser (371f779)
  • add babel-eslint parser (b3fd566)
  • remove babel-eslint (20959fd)

2.1.1 (2020-10-17)

2.1.0 (2020-10-17)

Features

2.0.3 (2020-05-21)

2.0.2 (2020-05-21)

2.0.1 (2020-04-10)

Bug Fixes

  • add .eslintrc.js to the whitelist (093cd28)

2.0.0 (2020-04-10)

Features

  • .editorconfig: change max line length from 120 to 80 (2e6d016)
  • ignore test/ directory (27aff95)
  • .prettierrc.js: add arrowParens property (324bb7d)
  • rules: organization and clean up (e872b6e)

1.7.1 (2020-03-14)

1.7.0 (2020-01-19)

Features

  • eslintrc_base.js: disable react/prop-types (849eeea)

1.6.0 (2020-01-18)

Features

  • eslintrc_base.js: no-extraneous-dependencies update (c2c784f)

1.5.0 (2019-11-26)

Features

  • eslintrc_base.js: add react/jsx-filename-extension rule (46b06fa)

1.4.2 (2019-11-16)

1.4.1 (2019-11-01)

Bug Fixes

  • install the correct version of import/newline-after-import (27e37e2)

1.4.0 (2019-10-30)

Features

  • add Prettier (634584b)
  • Convert '.eslintrc' to '.eslintrc.js' (2895df2)