cattr-app/frontend-application

View on GitHub
app/core/policies/index.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 Store from '@/store';
Severity: Minor
Found in app/core/policies/index.js by eslint

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

Replace './user.policy' with "./user.policy"
Open

import UserPolicy from './user.policy';
Severity: Minor
Found in app/core/policies/index.js by eslint

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

Replace '@/store' with "@/store"
Open

import Store from '@/store';
Severity: Minor
Found in app/core/policies/index.js by eslint

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

Delete ··
Open

    priority: PriorityPolicy,
Severity: Minor
Found in app/core/policies/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 Store from '@/store';
Severity: Minor
Found in app/core/policies/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 Store from '@/store';
Severity: Minor
Found in app/core/policies/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 Store from '@/store';
Severity: Minor
Found in app/core/policies/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 Store from '@/store';
Severity: Minor
Found in app/core/policies/index.js by eslint

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

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

import Store from '@/store';
Severity: Minor
Found in app/core/policies/index.js by eslint

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

Replace './project.policy' with "./project.policy"
Open

import ProjectPolicy from './project.policy';
Severity: Minor
Found in app/core/policies/index.js by eslint

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

Delete ··
Open

    invitation: InvitationPolicy,
Severity: Minor
Found in app/core/policies/index.js by eslint

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

Replace './invitation.policy' with "./invitation.policy"
Open

import InvitationPolicy from './invitation.policy';
Severity: Minor
Found in app/core/policies/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 Store from '@/store';
Severity: Minor
Found in app/core/policies/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 Store from '@/store';
Severity: Minor
Found in app/core/policies/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 Store from '@/store';
Severity: Minor
Found in app/core/policies/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 Store from '@/store';
Severity: Minor
Found in app/core/policies/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 Store from '@/store';
Severity: Minor
Found in app/core/policies/index.js by eslint

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

Replace 'policies/registerPolicies' with "policies/registerPolicies"
Open

Store.dispatch('policies/registerPolicies', {
Severity: Minor
Found in app/core/policies/index.js by eslint

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

Delete ··
Open

    project: ProjectPolicy,
Severity: Minor
Found in app/core/policies/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 Store from '@/store';
Severity: Minor
Found in app/core/policies/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 Store from '@/store';
Severity: Minor
Found in app/core/policies/index.js by eslint

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

Replace './priority.policy' with "./priority.policy"
Open

import PriorityPolicy from './priority.policy';
Severity: Minor
Found in app/core/policies/index.js by eslint

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

Replace ··status:·StatusPolicy, with status:·StatusPolicy
Open

    status: StatusPolicy,
Severity: Minor
Found in app/core/policies/index.js by eslint

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

Delete ··
Open

    user: UserPolicy,
Severity: Minor
Found in app/core/policies/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 Store from '@/store';
Severity: Minor
Found in app/core/policies/index.js by eslint

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

Replace './task.policy' with "./task.policy"
Open

import TaskPolicy from './task.policy';
Severity: Minor
Found in app/core/policies/index.js by eslint

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

Delete ··
Open

    task: TaskPolicy,
Severity: Minor
Found in app/core/policies/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 Store from '@/store';
Severity: Minor
Found in app/core/policies/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 Store from '@/store';
Severity: Minor
Found in app/core/policies/index.js by eslint

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

Replace './status.policy' with "./status.policy"
Open

import StatusPolicy from './status.policy';
Severity: Minor
Found in app/core/policies/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 Store from '@/store';
Severity: Minor
Found in app/core/policies/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 Store from '@/store';
Severity: Minor
Found in app/core/policies/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 Store from '@/store';
Severity: Minor
Found in app/core/policies/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 Store from '@/store';
Severity: Minor
Found in app/core/policies/index.js by eslint

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

There are no issues that match your filters.

Category
Status