Skip to content

mediacurrent/stylelint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

@mediacurrent/stylelint-config

Adds stylelint configuration for consistent CSS rules.

Install

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

Extend

In local stylelintrc.yml

// Get base from node_modules.
extends:
  - "@mediacurrent/stylelint-config"
// Overrides.
rules: 
  indentation: "tab"

Pre-commit hook

For formatting using these rules to take place automatically on commit, follow the steps outlined here in Prettier setup.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published