DEV: Update discourse-local-dates for eslint shorthand rule (#14872)

See 4f7aba06c0
This commit is contained in:
Martin Brennan 2021-11-10 10:58:11 +10:00 committed by GitHub
parent 755e892f63
commit 431f0dce4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ export default Component.extend({
previewedFormats(formats) {
return formats.map((format) => {
return {
format: format,
format,
preview: moment().format(format),
};
});