7.0.0 • Published 4 months ago

@zattoo/stylelint-config v7.0.0

Weekly downloads
340
License
MIT
Repository
github
Last release
4 months ago

Zattoo Stylelint Configuration

Stylelint Configuration used in Zattoo. Contains base rules from Stylelint and properties ordering from stylelint-order for CSS and SCSS. Very opinionated.

Install

npm install --save-dev --save-exact @zattoo/stylelint-config

Configure

add to your Stylelint configuration file (could be .stylelintrc):

{
  "extends": ["@zattoo/stylelint-config"]
}

Usage

To lint

stylelint '{APP_FOLDER}/**/*.*css'

To autofix issues

stylelint '{APP_FOLDER}/**/*.*css' --fix
7.0.0

4 months ago

6.0.0

1 year ago

5.1.0

1 year ago

5.0.0

3 years ago

4.0.0

4 years ago

3.3.0

4 years ago

3.2.1

5 years ago

3.2.0

5 years ago

3.1.0

5 years ago

3.0.0

6 years ago

2.1.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago