cattr-app/frontend-application

View on GitHub
app/core/global-extension.js

Summary

Maintainability
A
0 mins
Test Coverage

Replace '@/layouts/DefaultLayout' with "@/layouts/DefaultLayout"
Open

import DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.js by eslint

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

Delete ··
Open

    DefaultLayout,
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.js by eslint

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

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

import DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.js by eslint

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

Delete ····
Open

        }
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.js by eslint

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

Replace 'axios' with "axios"
Open

import axios from 'axios';
Severity: Minor
Found in app/core/global-extension.js by eslint

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

Delete ··
Open

    AuthLayout,
Severity: Minor
Found in app/core/global-extension.js by eslint

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

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

            Vue.component(components[component].name, components[component]);
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.js by eslint

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

Replace '@/layouts/AuthLayout' with "@/layouts/AuthLayout"
Open

import AuthLayout from '@/layouts/AuthLayout';
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.js by eslint

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

Replace ····CustomAtModal, with ··CustomAtModal
Open

    CustomAtModal,
Severity: Minor
Found in app/core/global-extension.js by eslint

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

Delete ··
Open

    for (const component in components) {
Severity: Minor
Found in app/core/global-extension.js by eslint

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

Delete ····
Open

        if (components[component].name) {
Severity: Minor
Found in app/core/global-extension.js by eslint

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

Delete ··
Open

    }
Severity: Minor
Found in app/core/global-extension.js by eslint

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

Delete ··
Open

    Vue.prototype.$http = axios;
Severity: Minor
Found in app/core/global-extension.js by eslint

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

Delete ··
Open

    Vue.prototype.$CustomModal = CustomAtModal;
Severity: Minor
Found in app/core/global-extension.js by eslint

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

Replace '@/components/global/CustomModal/dialog' with "@/components/global/CustomModal/dialog"
Open

import CustomAtModal from '@/components/global/CustomModal/dialog';
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.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 DefaultLayout from '@/layouts/DefaultLayout';
Severity: Minor
Found in app/core/global-extension.js by eslint

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

There are no issues that match your filters.

Category
Status