Skip to content

Commit

Permalink
Disable linter for selectedExercises prop
Browse files Browse the repository at this point in the history
  • Loading branch information
MisRob committed Jul 8, 2024
1 parent 5c815f1 commit d433691
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@
type: Array,
required: true,
},
// `selectedExercises` is used in `setup`
// eslint-disable-next-line kolibri/vue-no-unused-properties
selectedExercises: {
type: Object,
required: true,
Expand Down

0 comments on commit d433691

Please sign in to comment.