You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI: prettier formatting, eslint-doc-generator, and README update
- Fix prettier formatting in rule file
- Run eslint-doc-generator to update README with new rule entry
- Update doc header format to match eslint-doc-generator output
Co-authored-by: NullVoxPopuli <[email protected]>
|[avoid-leaking-state-in-ember-objects](docs/rules/avoid-leaking-state-in-ember-objects.md)| disallow state leakage | ✅ |||
322
+
|[no-get](docs/rules/no-get.md)| require using ES5 getters instead of Ember's `get` / `getProperties` functions | ✅ | 🔧 ||
323
+
|[no-get-with-default](docs/rules/no-get-with-default.md)| disallow usage of the Ember's `getWithDefault` function | ✅ | 🔧 ||
324
+
|[no-modifier-argument-destructuring](docs/rules/no-modifier-argument-destructuring.md)| disallow destructuring of modifier arguments to avoid consuming tracked data too early ||||
325
+
|[no-proxies](docs/rules/no-proxies.md)| disallow using array or object proxies ||||
326
+
|[no-try-invoke](docs/rules/no-try-invoke.md)| disallow usage of the Ember's `tryInvoke` util | ✅ |||
327
+
|[require-super-in-lifecycle-hooks](docs/rules/require-super-in-lifecycle-hooks.md)| require super to be called in lifecycle hooks | ✅ | 🔧 ||
328
+
|[use-ember-get-and-set](docs/rules/use-ember-get-and-set.md)| enforce usage of `Ember.get` and `Ember.set`|| 🔧 ||
0 commit comments