cattr-app/frontend-application

View on GitHub
app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.js by eslint

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

Replace 'validator/lib/isEmail' with "validator/lib/isEmail"
Open

import isEmail from 'validator/lib/isEmail';
Severity: Minor
Found in app/core/plugins/vee-validate.js by eslint

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

Delete ··
Open

    extend(rule, validationRules[rule]);
Severity: Minor
Found in app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.js by eslint

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

Replace 'vee-validate' with "vee-validate"
Open

import { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.js by eslint

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

Delete ····
Open

        return i18n.t(`validation.${values._rule_}`, values);
Severity: Minor
Found in app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.js by eslint

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

Replace 'vee-validate/dist/rules' with "vee-validate/dist/rules"
Open

import * as validationRules from 'vee-validate/dist/rules';
Severity: Minor
Found in app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.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 { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.js by eslint

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

Replace '@/i18n' with "@/i18n"
Open

import i18n from '@/i18n';
Severity: Minor
Found in app/core/plugins/vee-validate.js by eslint

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

Replace 'email' with "email"
Open

extend('email', value => isEmail(String(value), { require_tld: false }));
Severity: Minor
Found in app/core/plugins/vee-validate.js by eslint

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

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

import { extend, configure } from 'vee-validate';
Severity: Minor
Found in app/core/plugins/vee-validate.js by eslint

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

Delete ··
Open

    defaultMessage: (field, values) => {
Severity: Minor
Found in app/core/plugins/vee-validate.js by eslint

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

Replace ··}, with }
Open

    },
Severity: Minor
Found in app/core/plugins/vee-validate.js by eslint

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

There are no issues that match your filters.

Category
Status