We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41379b commit 702e362Copy full SHA for 702e362
lib/rules/no-required-prop-with-default.js
@@ -17,7 +17,7 @@ module.exports = {
17
hasSuggestions: true,
18
type: 'problem',
19
docs: {
20
- description: 'enforce props with default values to be optional',
+ description: 'enforce props with default values to be optional',
21
categories: undefined,
22
url: 'https://eslint.vuejs.org/rules/no-required-prop-with-default.html'
23
},
0 commit comments