cattr-app/frontend-application

View on GitHub

Showing 4,835 of 4,835 total issues

Replace ··if·(modules[moduleName].actions.hasOwnProperty('init' with if·(modules[moduleName].actions.hasOwnProperty("init"
Open

    if (modules[moduleName].actions.hasOwnProperty('init')) {
Severity: Minor
Found in app/core/store/index.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 Vue from 'vue';
Severity: Minor
Found in app/core/store/index.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 camelCase from 'lodash/camelCase';
Severity: Minor
Found in app/core/store/modules/index.js by eslint

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

Delete ····
Open

        store.dispatch(`${moduleName}/init`);
Severity: Minor
Found in app/core/store/index.js by eslint

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

Replace ····modules[camelCase(fn.split('/')[1].replace(/(\.\/|\.js)/g,·'' with ··modules[camelCase(fn.split("/")[1].replace(/(\.\/|\.js)/g,·""
Open

    modules[camelCase(fn.split('/')[1].replace(/(\.\/|\.js)/g, ''))] = {
Severity: Minor
Found in app/core/store/modules/index.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 camelCase from 'lodash/camelCase';
Severity: Minor
Found in app/core/store/modules/index.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

const state = {
Severity: Minor
Found in app/core/store/modules/lang.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

const state = {
Severity: Minor
Found in app/core/store/modules/lang.js by eslint

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

Replace ····commit('lang' with commit("lang"
Open

        commit('lang', { code, label });
Severity: Minor
Found in app/core/store/modules/lang.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 MessageService from '@/services/message.service';
Severity: Minor
Found in app/core/store/modules/message.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 MessageService from '@/services/message.service';
Severity: Minor
Found in app/core/store/modules/message.js by eslint

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

Replace ········context.commit('setServiceObject' with ····context.commit("setServiceObject"
Open

        context.commit('setServiceObject', new MessageService(context));
Severity: Minor
Found in app/core/store/modules/message.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 MessageService from '@/services/message.service';
Severity: Minor
Found in app/core/store/modules/message.js by eslint

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

Replace ··}, with }
Open

    },
Severity: Minor
Found in app/core/store/modules/policies.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

const state = {
Severity: Minor
Found in app/core/store/modules/policies.js by eslint

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

Delete ··
Open

    setLoggedInStatus(s, status) {
Severity: Minor
Found in app/core/store/modules/user.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 ApiService from '@/services/api';
Severity: Minor
Found in app/core/store/modules/user.js by eslint

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

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

        s.lastLogoutReason = reason;
Severity: Minor
Found in app/core/store/modules/user.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 ApiService from '@/services/api';
Severity: Minor
Found in app/core/store/modules/user.js by eslint

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

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

        }
Severity: Minor
Found in app/core/store/modules/user.js by eslint

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

Severity
Category
Status
Source
Language