Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

38 lines (24 loc) · 2.73 KB

v0.4.0 - October 21, 2022

  • a0fa620 feat: support --config (#38) (Percy Ma)
  • 368a1a3 chore: Remove unused code (#36) (Brandon Mills)

v0.3.1 - August 13, 2022

  • bf2a259 fix: remove airbnb/google in style guides when using ts (#33) (唯然)

v0.3.0 - July 1, 2022

  • f446191 feat: support vue3 (#34) (唯然)

v0.2.0 - May 4, 2022

  • 3c6197b build: add node v18 (#29) (唯然)
  • dbd5e34 fix: throw error and exit when package.json not found (#27) (Strek)
  • 8a26ef4 feat: added yarn and pnpm installations (#24) (Strek)
  • a9841e2 chore: upgrade esmock (#26) (唯然)

v0.1.2 - January 7, 2022

  • c8ba806 fix: Wrong info about globally-installed copy of ESLint (#18) (唯然)
  • da0fcbb fix: cannot find installed eslint (#15) (唯然)
  • 859b379 fix: missing question to confirm installing dependencies (#14) (唯然)

v0.1.1 - December 17, 2021

  • 48d8025 fix: import("eslint") doesn't work (#9) (唯然)

v0.1.0 - December 15, 2021

  • 6d20aa3 chore: add publishConfig field in package.json (#6) (Nitin Kumar)
  • 5cb3a94 fix: upgrade esmock v1.7.0 (#5) (唯然)
  • bd6eb01 ci: use node v16 (#3) (Nitin Kumar)
  • d054ce7 feat: move eslint --init (#1) (唯然)
  • f90b605 Initial commit (Nicholas C. Zakas)