Skip to content

Commit

Permalink
style: fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Aug 10, 2022
1 parent ce67dfb commit bfb8cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb/rules/misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ module.exports = {
// https://eslint.vuejs.org/rules/no-setup-props-destructure.html
// (The rule is already in `plugin:vue/essential` and `plugin:vue/vue3-essential` ruleset.)
// Corresponding to `react/destructuring-assignment` but the requirement in Vue is the contrary:
'vue/no-setup-props-destructure': 'error'
'vue/no-setup-props-destructure': 'error',
},
};

0 comments on commit bfb8cc1

Please sign in to comment.