1.36.5 • Published 2 years ago

@floydspace/stylelint-config v1.36.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@floydspace/stylelint-config

Common Stylelint configuration for FloydSpace projects

Usage

  1. Install from npm
npm i --save-dev @floydspace/stylelint-config
  1. Create stylelint.config.js at project root
{
  "extends": ["@floydspace/stylelint-config"]
}

More information about available at stylelint documentation

Available presets

  • prettier
{
    "extends": ["@floydspace/stylelint-config/prettier"]
}
  • less
{
  "extends": ["@floydspace/stylelint-config/less"]
}
  • angular
{
  "extends": ["@floydspace/stylelint-config/angular"]
}