0.1.8 • Published 3 years ago

@clubdrei/stylelint-config v0.1.8

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.2

3 years ago

0.1.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago