discourse/app/assets/javascripts/admin
Joffrey JAFFEUX f1bb1db354
DEV: enforces ember-template-lint: no-unbound (#9147)
From ember-template-lint documentation (https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/no-unbound.md):

```
{{unbound}} is a legacy hold over from the days in which Ember's template engine was less performant. Its use today is vestigial, and it no longer offers performance benefits.

It is also a poor practice to use it for rendering only the initial value of a property that may later change.
```

Co-Authored-By: Jarek Radosz <jradosz@gmail.com>
2020-03-09 15:28:31 +01:00
..
adapters FEATURE: Overhaul of admin API key system (#8284) 2019-11-05 14:10:23 +00:00
components UX: adds support for a color setting type (#9016) 2020-03-09 10:07:03 +01:00
controllers DEV: Clean up Ember imports (#8979) 2020-03-06 23:49:28 +01:00
helpers DEV: Import set, setProperties, helper, and string functions (#8297) 2019-11-05 12:43:49 -06:00
mixins UX: adds support for a color setting type (#9016) 2020-03-09 10:07:03 +01:00
models DEV: Clean up Ember imports (#8979) 2020-03-06 23:49:28 +01:00
routes DEV: Ember linting - disallow Ember.* variable usage (#8782) 2020-02-05 10:14:42 -06:00
services DEV: Import Promise from rsvp (#8296) 2019-11-05 10:37:32 -06:00
templates DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00