Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

canoypa/stylelint-config-custrino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

57 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

StyleLint Config Custrino

A personally created StyleLint shareable configuration set.

Installation

$ npm install --save-dev stylelint-config-custrino

Usage

Used by specifying in the extends section of the StyleLint configuration.

{
  "extends": ["stylelint-config-custrino", "stylelint-config-custrino/xxxx"]
}

Additional configurations

Additional configurations can be used depending on the project.

You need to add a corresponding plugin.

stylelint-config-custrino/scss

This configuration enables the rules for SCSS.

Add required plugins:

$ npm install --save-dev stylelint-scss

stylelint-config-custrino/css-in-js

This configuration enables the rules for CSS in JS.

About

StyleLint shareable config for myself ๐Ÿ‘

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published