All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.6.10 (2024-03-04)
- remove early return because then no config is emitted (c2c72f8)
0.6.9 (2024-03-04)
- early return when no graphql config is found to avoid error when reading this file (eff65c4)
0.6.8 (2024-02-29)
- ignore rule for graphql schema (b29a028)
0.6.7 (2024-02-21)
- dont throw error when graphql schema is not present (9a141d4)
0.6.6 (2024-02-21)
- split graphql files in separate config and check for existence of schema (6195b0a)
0.6.5 (2024-02-15)
- also ignore typescript unused vars rule in interface files (a342ad2)
0.6.4 (2024-02-14)
0.6.3 (2024-02-06)
- update eslint-plugin-ember version (16a2270)
0.6.2 (2024-02-06)
- add option to print out generated config using env variable (1e6938d)
- add recommended rules to typescript config (1672c5e)
0.6.1 (2024-01-16)
- ignore unused variable rules in typescript definition files (35dedf8)
0.6.0 (2024-01-16)
- bring everything up to date and add current default rulesets (c00423b)
0.5.1 (2019-02-03)
0.5.0 (2019-01-31)
- Add new rules regarding spacing (9bed15a)