cattr-app/frontend-application

View on GitHub

Showing 4,835 of 4,835 total issues

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 '@';
Severity: Minor
Found in app/main.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

module.exports = {
Severity: Minor
Found in prettier.config.js by eslint

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

Replace 'vee-validate/dist/locale/ru.json' with "vee-validate/dist/locale/ru.json"
Open

import veeValidateRu from 'vee-validate/dist/locale/ru.json';
Severity: Minor
Found in app/core/i18n/index.js by eslint

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

Delete ··
Open

    locale: locale,
Severity: Minor
Found in app/core/i18n/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

module.exports = {
Severity: Minor
Found in app/core/i18n/pluralizationRules.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

module.exports = {
Severity: Minor
Found in app/core/i18n/pluralizationRules.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

module.exports = {
Severity: Minor
Found in app/core/i18n/pluralizationRules.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 axios from 'axios';
Severity: Minor
Found in app/core/config/app.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 axios from 'axios';
Severity: Minor
Found in app/core/config/app.js by eslint

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

Replace 'development' with "development"
Open

if (process.env.NODE_ENV === 'development') {
Severity: Minor
Found in app/core/config/app.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 '@';
Severity: Minor
Found in app/main.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 '@';
Severity: Minor
Found in app/main.js by eslint

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

Replace ··const·rootDomain·=·location.hostname.split('.').reverse().splice(0,·2).reverse().join('.' with const·rootDomain·=·location.hostname⏎····.split(".")⏎····.reverse()⏎····.splice(0,·2)⏎····.reverse()⏎····.join("."
Open

    const rootDomain = location.hostname.split('.').reverse().splice(0, 2).reverse().join('.');
Severity: Minor
Found in app/core/i18n/index.js by eslint

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

Replace ··ru:·function· with ru:·function
Open

    ru: function (choice, choicesLength) {
Severity: Minor
Found in app/core/i18n/pluralizationRules.js by eslint

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

Delete ··
Open

    console.log(process.env);
Severity: Minor
Found in app/core/config/app.js by eslint

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

Replace ··(process.env.VUE_APP_API_URL·!==·'null'·?·process.env.VUE_APP_API_URL·:·${window.location.origin}/api)·+·'/' with (process.env.VUE_APP_API_URL·!==·"null"⏎····?·process.env.VUE_APP_API_URL⏎····:·${window.location.origin}/api)·+·"/"
Open

    (process.env.VUE_APP_API_URL !== 'null' ? process.env.VUE_APP_API_URL : `${window.location.origin}/api`) + '/';
Severity: Minor
Found in app/core/config/app.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 '@';
Severity: Minor
Found in app/main.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

module.exports = {
Severity: Minor
Found in prettier.config.js by eslint

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

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

import Vue from 'vue';
Severity: Minor
Found in app/core/i18n/index.js by eslint

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

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

        ? navigator.language.substring(0, 2).toLowerCase()
Severity: Minor
Found in app/core/i18n/index.js by eslint

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

Severity
Category
Status
Source
Language