All Projects → suitcss → Stylelint Config Suitcss

suitcss / Stylelint Config Suitcss

Licence: mit
SUIT CSS config for stylelint

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Stylelint Config Suitcss

Wemake Vue Template
Bleeding edge vue template focused on code quality and developer happiness.
Stars: ✭ 645 (+783.56%)
Mutual labels:  stylelint
React Ssr Starter
All have been introduced React environment
Stars: ✭ 20 (-72.6%)
Mutual labels:  stylelint
Stylelint Validator
Stylelint plugin to validate CSS syntax
Stars: ✭ 64 (-12.33%)
Mutual labels:  stylelint
Stylefmt Loader
Webpack-loader. Fixes stylelint issues automatically while bundling with Webpack.
Stars: ✭ 24 (-67.12%)
Mutual labels:  stylelint
Stylelint No Browser Hacks
Stylelint plugin for stylehacks linting
Stars: ✭ 12 (-83.56%)
Mutual labels:  stylelint
Generator Dhboilerplate
Boilerplate made by David Hellmann
Stars: ✭ 54 (-26.03%)
Mutual labels:  stylelint
Stylelint Order
A plugin pack of order related linting rules for stylelint.
Stars: ✭ 607 (+731.51%)
Mutual labels:  stylelint
Lint Staged
🚫💩 — Run linters on git staged files
Stars: ✭ 9,492 (+12902.74%)
Mutual labels:  stylelint
Mvfsillva
My personal website
Stars: ✭ 13 (-82.19%)
Mutual labels:  stylelint
Webpack Es6 Sass Setup
A basic setup for Webpack with ES6, Babel, Sass and stylelint
Stars: ✭ 63 (-13.7%)
Mutual labels:  stylelint
Jest Styled Components Stylelint
Run stylelint on your styled-components styles at runtime.
Stars: ✭ 25 (-65.75%)
Mutual labels:  stylelint
React Mobx React Router Boilerplate
A simple boilerplate based on create-react-app and add mobx, react-router, linter, prettier and so on. 一个简单的 react 脚手架依赖于 create-react-app 新增了 mobx react-router,linter,prettier 等。
Stars: ✭ 12 (-83.56%)
Mutual labels:  stylelint
Stylelint Config Standard
The standard shareable config for stylelint
Stars: ✭ 1,108 (+1417.81%)
Mutual labels:  stylelint
Stylelint Scss
A collection of SCSS specific linting rules for stylelint
Stars: ✭ 655 (+797.26%)
Mutual labels:  stylelint
Stylelint Declaration Block No Ignored Properties
Disallow property values that are ignored due to another property value in the same rule.
Stars: ✭ 65 (-10.96%)
Mutual labels:  stylelint
Stylelint Processor Styled Components
Lint your styled components with stylelint!
Stars: ✭ 639 (+775.34%)
Mutual labels:  stylelint
Stylelint Module
Stylelint module for Nuxt.js
Stars: ✭ 32 (-56.16%)
Mutual labels:  stylelint
Stylelint Rscss
Validate CSS with RSCSS conventions
Stars: ✭ 72 (-1.37%)
Mutual labels:  stylelint
Bathe
The simplest WordPress starter theme including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, Eslint, imagemin, Browsersync, etc.
Stars: ✭ 65 (-10.96%)
Mutual labels:  stylelint
Flake8
The official GitHub mirror of https://gitlab.com/pycqa/flake8
Stars: ✭ 1,112 (+1423.29%)
Mutual labels:  stylelint

stylelint-config-suitcss

NPM version Build Status AppVeyor Build Status

SUIT CSS shareable config for stylelint.

Configuration rules to ensure your CSS code is compliant with SUIT CSS's code style.

Installation

$ npm install stylelint-config-suitcss

Usage

Set your stylelint config to:

{
  "extends": "stylelint-config-suitcss"
}

Extending the config

Simply add a "rules" key to your config and add your overrides there.

For example, to change the indentation to tabs and turn off the number-leading-zero rule:

{
  "extends": "stylelint-config-suitcss",
  "rules": {
    "indentation": "tab",
    "number-leading-zero": null
  }
}

Changelog

License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].