Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 2.86 KB

CHANGELOG.md

File metadata and controls

55 lines (30 loc) · 2.86 KB

Changelog

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

3.0.1 (2023-03-28)

3.0.0 (2023-02-17)

⚠ BREAKING CHANGES

  • update eslint to version 8

Features

  • add config for nuxt 3 (3022fa4)

  • update eslint to version 8 (de0b371)

2.0.1 (2023-02-03)

2.0.0 (2022-08-19)

⚠ BREAKING CHANGES

  • update @typescript-eslint dependencies to v5

Features

1.0.1 (2021-03-11)

1.0.0 (2021-02-12)

Features

  • add config for component and library (ea87a93)
  • add env browser to nuxt and vue components (e9be17d)
  • add orchestrator config (bba009d)
  • add react config (ae0de6c)
  • add rootConfigOverride, reformat all files (3daa8f2)
  • diable conflict rule from tsconfig which might create problem in JS files (329c154)
  • implement config for shared-component (7326ca2)
  • implement orchestrator config (3cc0b9b)
  • move ts rules to general config for vue and nuxt projects (2b3ed7c)
  • update add recommended eslint-rules, update TS config (0f72b14)

Bug Fixes

  • react: add "prettier/react" rules (29b968a)