discourse/plugins/discourse-local-dates
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
..
assets DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
config Update translations 2020-03-05 12:45:42 -05:00
lib/discourse_local_dates DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
spec FIX: Do not extract dates from quotes and Oneboxes (#8754) 2020-01-21 17:42:41 +02:00
test/javascripts/acceptance FIX: always prepend watching user timezone to previews (#6695) 2018-11-29 12:02:27 +01:00
plugin.rb FIX: Do not extract dates from quotes and Oneboxes (#8754) 2020-01-21 17:42:41 +02:00