v10.1.0
🚀 Enhancement
- #1056 Add new rule no-current-route-name (@Turbo87)
- #1055 Add new rule require-fetch-import (@Turbo87)
🐛 Bug Fix
- #1054 Handle commas inside quotes in selectors in require-valid-css-selector-in-test-helpers rule (@bmish)
- #1051 Fix path checks for Windows in no-test-import-export and no-test-support-import rules (@dwickern)
- #1038 Improve detection of global window methods in prefer-ember-test-helpers rule (@bmish)
- #1043 Fix false positive in no-shadow-route-definition rule (@raido)
- #1040
willDestroyshould be considered a classic component lifecycle hook in require-super-in-lifecycle-hooks and no-component-lifecycle-hooks rules (@bmish) - #1036 Catch
willDestroyGlimmer component hook in require-super-in-lifecycle-hooks rule (@bmish)