Skip to content

Commit 564a722

Browse files
authored
Merge pull request #1126 from Turbo87/jshint
models/crate: Remove obsolete JSHint directives
2 parents e70ae13 + 005e153 commit 564a722

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/models/crate.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ export default DS.Model.extend({
2121
versions: DS.hasMany('versions', { async: true }),
2222
badges: DS.attr(),
2323
enhanced_badges: map('badges', badge => ({
24-
// jshint ignore:start
25-
// needed until https://github.com/jshint/jshint/issues/2991 is fixed
2624
...badge,
27-
// jshint ignore:end
2825
component_name: `badge-${badge.badge_type}`
2926
})),
3027
badge_sort: ['badge_type'],

0 commit comments

Comments
 (0)