7.0.1 • Published 1 year ago

@zattoo/stylelint-config v7.0.1

Weekly downloads
340
License
MIT
Repository
github
Last release
1 year 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.1

1 year ago

7.0.0

2 years ago

6.0.0

2 years ago

5.1.0

3 years ago

5.0.0

4 years ago

4.0.0

5 years ago

3.3.0

6 years ago

3.2.1

6 years ago

3.2.0

6 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.1.0

7 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago