Skip to content

Commit 48c7f37

Browse files
committed
chore(lint): suppress vue/require-prop-comment
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1 parent 1d00a13 commit 48c7f37

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

src/components/NcRelatedResourcesPanel/NcRelatedResourcesPanel.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export default {
6666
NcTeamResources,
6767
},
6868
69+
/* eslint vue/require-prop-comment: warn -- TODO: Add a proper doc block about what this props do */
6970
props: {
7071
/**
7172
* The provider id implemented with `\OCA\RelatedResources\IRelatedResourceProvider::getProviderId()`

src/components/NcRelatedResourcesPanel/NcResource.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export default {
3333
NcButton,
3434
},
3535
36+
/* eslint vue/require-prop-comment: warn -- TODO: Add a proper doc block about what this props do */
3637
props: {
3738
icon: {
3839
type: String,

src/components/NcRelatedResourcesPanel/NcTeamResources.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export default {
9898
NcIconSvgWrapper,
9999
},
100100
101+
/* eslint vue/require-prop-comment: warn -- TODO: Add a proper doc block about what this props do */
101102
props: {
102103
providerId: {
103104
type: String,

src/components/NcRichContenteditable/NcAutoCompleteResult.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export default {
4545
NcUserStatusIcon,
4646
},
4747
48+
/* eslint vue/require-prop-comment: warn -- TODO: Add a proper doc block about what this props do */
4849
props: {
4950
/**
5051
* @deprecated Use `label` instead

src/components/NcRichContenteditable/NcMentionBubble.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import { getAvatarUrl } from '../../utils/getAvatarUrl.ts'
3333
export default {
3434
name: 'NcMentionBubble',
3535
36+
/* eslint vue/require-prop-comment: warn -- TODO: Add a proper doc block about what this props do */
3637
props: {
3738
id: {
3839
type: String,

src/components/NcRichText/NcReferenceList.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export default {
2929
NcReferenceWidget,
3030
},
3131
32+
/* eslint vue/require-prop-comment: warn -- TODO: Add a proper doc block about what this props do */
3233
props: {
3334
text: {
3435
type: String,

src/components/NcRichText/NcReferencePicker/NcSearch.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export default {
9595
NcSearchResult,
9696
},
9797
98+
/* eslint vue/require-prop-comment: warn -- TODO: Add a proper doc block about what this props do */
9899
props: {
99100
/**
100101
* The selected reference provider

src/components/NcRichText/NcReferenceWidget.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export default {
5353
NcButton,
5454
},
5555
56+
/* eslint vue/require-prop-comment: warn -- TODO: Add a proper doc block about what this props do */
5657
props: {
5758
reference: {
5859
type: Object,

src/components/NcRichText/NcRichText.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ export default {
342342
NcReferenceList,
343343
},
344344
345+
/* eslint vue/require-prop-comment: warn -- TODO: Add a proper doc block about what this props do */
345346
props: {
346347
text: {
347348
type: String,

0 commit comments

Comments
 (0)