3.0.0 • Published 2 years ago

stylelint-config-awzome v3.0.0

Weekly downloads
197
License
MIT
Repository
-
Last release
2 years ago

stylelint-config-awzome

This stylelint-config covers the code-style I personally like to use and have been used along on some projects before.

Installing

To checkout the stylelint config with npm, just use this command: npm install --save-dev stylelint-config-awzome

Getting Started

Create the file .stylelintrc on the top level of your application.

Insert the following basic-configuration if you want to only use this config and our defined rules:

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

To adjust rules, head over to the official documentation of stylelint.

Built With

Authors