DEV: Bump eslint-config-discourse (#14868)

Changes for 4f7aba06c0

Also fixes all of the object-shorthand violations in our JS code.
This commit is contained in:
Martin Brennan
2021-11-10 09:31:41 +10:00
committed by GitHub
parent a8c63ddb54
commit 23b7b42acd
65 changed files with 105 additions and 109 deletions

View File

@ -44,7 +44,7 @@ export default RestModel.extend({
},
groupFinder(term) {
return Group.findAll({ term: term, ignore_automatic: false });
return Group.findAll({ term, ignore_automatic: false });
},
@discourseComputed("wildcard_web_hook", "web_hook_event_types.[]")