fix: perform bulk message actions #3492
Annotations
9 errors and 10 warnings
NPM lint:
src/store/actions.js#L915
There should be no space after '['
|
NPM lint:
src/store/actions.js#L915
There should be no space before ']'
|
NPM lint:
src/store/actions.js#L963
There should be no space after '['
|
NPM lint:
src/store/actions.js#L963
There should be no space before ']'
|
NPM lint:
src/store/actions.js#L963
Trailing spaces not allowed
|
NPM lint:
src/store/actions.js#L1000
There should be no space after '['
|
NPM lint:
src/store/actions.js#L1000
There should be no space before ']'
|
NPM lint
Process completed with exit code 1.
|
eslint
Process completed with exit code 1.
|
NPM lint:
src/components/CertificateSettings.vue#L123
The type 'bool' is undefined
|
NPM lint:
src/components/ComposerAttachments.vue#L225
Caution: `Vue` also has a named export `set`. Check if you meant to write `import {set} from 'vue'` instead
|
NPM lint:
src/components/ComposerAttachments.vue#L270
Caution: `Vue` also has a named export `set`. Check if you meant to write `import {set} from 'vue'` instead
|
NPM lint:
src/components/Envelope.vue#L39
'v-html' directive can lead to XSS attack
|
NPM lint:
src/components/Envelope.vue#L487
The "computed" property should be above the "mounted" property on line 482
|
NPM lint:
src/components/EnvelopeList.vue#L610
The type 'int' is undefined
|
NPM lint:
src/components/EnvelopeList.vue#L610
Missing JSDoc @param "databaseId" description
|
NPM lint:
src/components/EnvelopeList.vue#L611
The type 'int' is undefined
|
NPM lint:
src/components/Imip.vue#L137
The type 'EventComponent' is undefined
|
NPM lint:
src/components/Imip.vue#L139
The type 'AttendeeProperty' is undefined
|