add sorting capabilities to mail #1186
Annotations
10 errors and 10 warnings
eslint:
src/service/MessageService.js#L32
Unexpected console statement
|
eslint:
src/service/MessageService.js#L32
A space is required after ','
|
eslint:
src/service/MessageService.js#L69
A space is required after ','
|
eslint:
src/service/MessageService.js#L80
Unexpected tab character
|
eslint:
src/service/MessageService.js#L80
Trailing spaces not allowed
|
eslint:
src/store/actions.js#L35
'head' is defined but never used
|
eslint:
src/store/actions.js#L574
Expected indentation of 7 tabs but found 6
|
eslint:
src/store/actions.js#L575
Expected indentation of 8 tabs but found 7
|
eslint:
src/store/actions.js#L576
Expected indentation of 8 tabs but found 7
|
eslint:
src/store/actions.js#L577
Expected indentation of 7 tabs but found 6
|
eslint:
src/components/ComposerAttachments.vue#L204
Caution: `Vue` also has a named export `set`. Check if you meant to write `import {set} from 'vue'` instead
|
eslint:
src/components/ComposerAttachments.vue#L248
Caution: `Vue` also has a named export `set`. Check if you meant to write `import {set} from 'vue'` instead
|
eslint:
src/components/Envelope.vue#L34
'v-html' directive can lead to XSS attack
|
eslint:
src/components/Imip.vue#L163
The type 'EventComponent' is undefined
|
eslint:
src/components/Imip.vue#L165
The type 'AttendeeProperty' is undefined
|
eslint:
src/components/Imip.vue#L269
The type 'CalendarComponent' is undefined
|
eslint:
src/components/Imip.vue#L281
The type 'EventComponent' is undefined
|
eslint:
src/components/Imip.vue#L288
The type 'CalendarComponent' is undefined
|
eslint:
src/components/Imip.vue#L304
The type 'EventComponent' is undefined
|
eslint:
src/components/MessagePlainTextBody.vue#L4
'v-html' directive can lead to XSS attack
|