bcgov/vue-scaffold

View on GitHub

Showing 84 of 84 total issues

Multiline style comments should not be used
Open

/*

Hex values should use the shorthand format - 3 characters where possible
Open

$bcgov-blue: #003366;

Class '.v-stepper__step' should be written in lowercase with hyphens
Open

.v-stepper__step {

Trailing punctuation in header
Open

#### Desktop (please complete the following information):

Headers should be surrounded by blank lines
Open

#### Screenshots

Color literals such as '#777' should only be used in variable declarations
Open

color: #777;

Space expected between blocks
Open

&.v-stepper--alt-labels {

Space expected between blocks
Open

.v-stepper__label {

Class '.v-stepper__label' should be written in lowercase with hyphens
Open

.v-stepper__label{

Trailing punctuation in header
Open

#### Is your feature request related to a problem? Please describe.

Don't include leading zeros on numbers
Open

font-size: 0.875rem;

Color literals such as '#fff' should only be used in variable declarations
Open

border: 2px solid #fff;

Class '.v-stepper__label' should be written in lowercase with hyphens
Open

.v-stepper__label {

Class '.v-stepper__step--active' should be written in lowercase with hyphens
Open

&.v-stepper__step--active {

Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
Open

import Vue from 'vue';
Severity: Minor
Found in app/frontend/src/plugins/vuetify.js by eslint

Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
Open

import axios from 'axios';

Headers should be surrounded by blank lines
Open

#### Describe the solution you'd like

Selectors must be placed on new lines
Open

h1, h2, h3, h4, h5 {

Don't include leading zeros on numbers
Open

opacity: 0.8;

Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
Open

export { default as helloService } from './helloService';
Severity: Minor
Found in app/frontend/src/services/index.js by eslint
Severity
Category
Status
Source
Language