cattr-app/frontend-application

View on GitHub

Showing 4,835 of 4,835 total issues

Delete ··
Open

    setMessage(state, messageData) {
Severity: Minor
Found in app/core/store/modules/message.js by eslint

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

Delete ··
Open

    setServiceObject(state, serviceObject) {
Severity: Minor
Found in app/core/store/modules/message.js by eslint

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

Delete ··
Open

    init(context) {
Severity: Minor
Found in app/core/store/modules/message.js by eslint

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

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

        commit('setMessage', messageData);
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

    registerPolicies(s, policies = {}) {
Severity: Minor
Found in app/core/store/modules/policies.js by eslint

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

Delete ····
Open

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

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

Definition for rule 'vue/attributes-order' was not found
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

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

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

Delete ····
Open

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

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

Replace ········if·(localStorage.getItem('access_token' with ····if·(localStorage.getItem("access_token"
Open

        if (localStorage.getItem('access_token')) {
Severity: Minor
Found in app/core/store/modules/user.js by eslint

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

Replace ········if·(localStorage.getItem('lastLogoutReason' with ····if·(localStorage.getItem("lastLogoutReason"
Open

        if (localStorage.getItem('lastLogoutReason')) {
Severity: Minor
Found in app/core/store/modules/user.js by eslint

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

Delete ··
Open

    setCompanyData: ({ commit }, data) => {
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/

Replace ····return·axios.post('auth/password/reset/process' with return·axios.post("auth/password/reset/process"
Open

        return axios.post('auth/password/reset/process', data);
Severity: Minor
Found in app/core/services/auth.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 'axios' with "axios"
Open

import axios from 'axios';

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

Delete ··
Open

    }

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

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

        }
Severity: Minor
Found in app/core/arch/builder/navbar.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/

Replace ····strict:·process.env.NODE_ENV·!==·'production', with ··strict:·process.env.NODE_ENV·!==·"production"
Open

    strict: process.env.NODE_ENV !== 'production',
Severity: Minor
Found in app/core/store/index.js by eslint

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

Severity
Category
Status
Source
Language