cattr-app/frontend-application

View on GitHub
app/core/services/message.service.js

Summary

Maintainability
A
0 mins
Test Coverage

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Delete ··
Open

    getMessage() {
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Replace ········ with ····
Open

        };
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Replace ········this.context.dispatch('setMessage' with ····this.context.dispatch("setMessage"
Open

        this.context.dispatch('setMessage', { message, type });
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Delete ··
Open

    }
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Replace ··updateMessage(message,·type·=·'info' with updateMessage(message,·type·=·"info"
Open

    updateMessage(message, type = 'info') {
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Replace ········ with ····
Open

        return {
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Replace ············type:·this.context.getters.type, with ······type:·this.context.getters.type
Open

            type: this.context.getters.type,
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Definition for rule 'vue/attributes-order' was not found
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Delete ··
Open

    }
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Replace './store.service' with "./store.service"
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Delete ······
Open

            data: this.context.getters.message,
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
Open

import StoreService from './store.service';
Severity: Minor
Found in app/core/services/message.service.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

There are no issues that match your filters.

Category
Status