@cknow/stylelint-configdeprecated

StyleLint shareable config

Usage no npm install needed!

<script type="module">
  import cknowStylelintConfig from 'https://cdn.skypack.dev/@cknow/stylelint-config';
</script>

README

StyleLint Config

StyleLint shareable config

NPM Version Downloads MIT License

Build Status Build status Coverage Status

Code Climate Test Coverage Issue Count

Dependencies Status devDependencies Status peerDependencies Status

Semantic Release Average time to resolve an issue Percentage of issues still open Gitter

Install

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

Usage

StyleLint configuration

Add some StyleLint config to your .stylelintrc:

{
    "extends": "@cknow/stylelint-config"
}

Usage direct on command line

stylelint --config ./node_modules/@cknow/stylelint-config/index.js

Note: It is not necessary to create the .stylelintrc file.

Scss

styleLint-scss configuration

Install

npm install --save-dev stylelint-scss

Add some StyleLint config to your .stylelintrc:

{
    "extends": "@cknow/stylelint-config/scss"
}