@beardeddudes/stylelint-config

0.1.0 • Public • Published

Stylelint

Stylelint configuration is a standardized setup meticulously crafted to enforce consistent styling for stylesheets across diverse projects within the Bearded Dudes ecosystem.

How to use it

To use this Stylelint configuration in your project, you can install it via npm or yarn:

# Using npm
npm install --save-dev @beardeddudes/stylelint-config

# Using yarn
yarn add --dev @beardeddudes/stylelint-config

Or add to your package.json:

{
  "devDependencies": {
    "@beardeddudes/stylelint-config": "<version>"
  },
  "stylelint": { "extends": [ "@beardeddudes" ] }
}

This configuration provides a set of common Stylelint rules and settings that align with Bearded Dudes styling preferences.

That's all and have a good coding.

Best wishes,
Bearded Dudes team!

Package Sidebar

Install

npm i @beardeddudes/stylelint-config

Weekly Downloads

3

Version

0.1.0

License

MIT

Unpacked Size

6.84 kB

Total Files

3

Last publish

Collaborators

  • beardeddudes