0.1.8 • Published 2 years ago

@clubdrei/stylelint-config v0.1.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Stylelint-config-clubdrei

DeveloperGuid

The single source of truth for c3 projects

Use

install @clubdrei/stylelint-config

  npm install @clubdrei/stylelint-config --save-dev

This package includes Stylelint

After Installation, create a stylelint.config.js in the root folder of the project.
Add following code to the file:

module.exports = {
  extends: '@clubdrei/stylelint-config',
};

Add this command to your scripts in the package.json

 "lint:css": "stylelint --config stylelint.config.js \"src/**/*.{css,scss,vue}\"",

Included Plugins

Custom Rules

RuleOptionsShort DescriptionType
at-include-parentheses-space-beforealways, neverRequire or disallow a space before @include parentheses.SCSS

Other

disable-rule If you updating the project add it to here

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.2

2 years ago

0.1.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago