Skip to content

Latest commit

 

History

History
89 lines (40 loc) · 3.36 KB

CHANGELOG.md

File metadata and controls

89 lines (40 loc) · 3.36 KB

Changelog

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

0.6.10 (2024-03-04)

Bug Fixes

  • remove early return because then no config is emitted (c2c72f8)

0.6.9 (2024-03-04)

Bug Fixes

  • early return when no graphql config is found to avoid error when reading this file (eff65c4)

0.6.8 (2024-02-29)

Bug Fixes

  • ignore rule for graphql schema (b29a028)

0.6.7 (2024-02-21)

Bug Fixes

  • dont throw error when graphql schema is not present (9a141d4)

0.6.6 (2024-02-21)

Features

  • split graphql files in separate config and check for existence of schema (6195b0a)

0.6.5 (2024-02-15)

Bug Fixes

  • also ignore typescript unused vars rule in interface files (a342ad2)

0.6.4 (2024-02-14)

0.6.3 (2024-02-06)

Features

  • update eslint-plugin-ember version (16a2270)

0.6.2 (2024-02-06)

Features

  • add option to print out generated config using env variable (1e6938d)
  • add recommended rules to typescript config (1672c5e)

0.6.1 (2024-01-16)

Bug Fixes

  • ignore unused variable rules in typescript definition files (35dedf8)

0.6.0 (2024-01-16)

Features

  • bring everything up to date and add current default rulesets (c00423b)

0.5.1 (2019-02-03)

0.5.0 (2019-01-31)

Features

  • Add new rules regarding spacing (9bed15a)