Skip to content

Commit

Permalink
fix: remove unused eslint-disable directive
Browse files Browse the repository at this point in the history
  • Loading branch information
wozny1989 committed Jun 4, 2023
1 parent acadbd1 commit 6c0fc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/paper-grid-list.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable ember/no-computed-properties-in-native-classes, ember/classic-decorator-no-classic-methods, ember/no-classic-components, ember/require-tagless-components, ember/no-component-lifecycle-hooks, ember/no-get */
/* eslint-disable ember/no-computed-properties-in-native-classes, ember/classic-decorator-no-classic-methods, ember/no-classic-components, ember/no-component-lifecycle-hooks, ember/no-get */
/**
* @module ember-paper
*/
Expand Down

0 comments on commit 6c0fc99

Please sign in to comment.