cattr-app/frontend-application

View on GitHub

Showing 4,835 of 4,835 total issues

Replace ··'#03A9F4' with "#03A9F4"
Open

    '#03A9F4',
Severity: Minor
Found in app/core/utils/avatar.js by eslint

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

Delete ··
Open

    return backgroundColors[seed % backgroundColors.length];
Severity: Minor
Found in app/core/utils/avatar.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 * as convert from 'color-convert';
Severity: Minor
Found in app/core/utils/color.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 * as convert from 'color-convert';
Severity: Minor
Found in app/core/utils/color.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 * as convert from 'color-convert';
Severity: Minor
Found in app/core/utils/color.js by eslint

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

Replace ····return·hsl[2]·>·50·?·'black'·:·'white' with ··return·hsl[2]·>·50·?·"black"·:·"white"
Open

    return hsl[2] > 50 ? 'black' : 'white';
Severity: Minor
Found in app/core/utils/color.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

export function downloadBlob(blob, fileName) {
Severity: Minor
Found in app/core/utils/file.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

export function downloadBlob(blob, fileName) {
Severity: Minor
Found in app/core/utils/file.js by eslint

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

Replace ···· with ··
Open

    setLoading(false);
Severity: Minor
Found in app/core/helpers/httpInterceptor.js by eslint

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

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

            break;
Severity: Minor
Found in app/core/helpers/httpInterceptor.js by eslint

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

Replace ················title:·'Error' with ········title:·"Error"
Open

                title: 'Error',
Severity: Minor
Found in app/core/helpers/httpInterceptor.js by eslint

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

Delete ··
Open

    axios.isCancel(error) ? setLoading(false) : Vue.prototype.$Loading.error();
Severity: Minor
Found in app/core/helpers/httpInterceptor.js by eslint

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

Delete ··
Open

    // Generate cancel token source
Severity: Minor
Found in app/core/helpers/httpInterceptor.js by eslint

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

Replace ····store.commit('httpRequest/addCancelToken' with ··store.commit("httpRequest/addCancelToken"
Open

    store.commit('httpRequest/addCancelToken', source);
Severity: Minor
Found in app/core/helpers/httpInterceptor.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

const slogans = ['Cattr - a free open source time tracker', 'Manage your time with ease'];
Severity: Minor
Found in app/core/helpers/sloganGenerator.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

const slogans = ['Cattr - a free open source time tracker', 'Manage your time with ease'];
Severity: Minor
Found in app/core/helpers/sloganGenerator.js by eslint

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

Delete ··
Open

    return Math.floor(Math.random() * Math.floor(max));
Severity: Minor
Found in app/core/helpers/sloganGenerator.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

const backgroundColors = [
Severity: Minor
Found in app/core/utils/avatar.js by eslint

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

Replace ··'#3F51B5' with "#3F51B5"
Open

    '#3F51B5',
Severity: Minor
Found in app/core/utils/avatar.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

export function downloadBlob(blob, fileName) {
Severity: Minor
Found in app/core/utils/file.js by eslint

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

Severity
Category
Status
Source
Language