4.3.1 • Published 5 years ago

stylelint-config-pack v4.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Stylelint Config Pack

Shareable Stylelint config with great defaults and Prettier support.

NPM Package Build status David David David

🚧 This project is now a scoped package. Use instead @giotramu/stylelint-config. View scoped package.

Table of contents

Install

Install stylelint-config-pack with Prettier and save them to your package.json devDependencies:

$ npx install-peerdeps --dev stylelint-config-pack

Usage

Create a .stylelintrc.json file in the project root with the following configuration:

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

Otherwise, add the following to your stylelint.config.js config file:

module.exports = {
  extends: 'stylelint-config-pack'
};

More details about other options on Stylelint official documentation.

SCSS support

Stylelint Config Pack doesn't support SCSS syntax. Alternatively, you can use stylelint-config-recommended-scss or stylelint-config-xo-scss.

Thanks

Licence

MIT

4.3.1

5 years ago

4.3.0

5 years ago

4.2.0

5 years ago

4.1.3

5 years ago

4.1.2

5 years ago

4.1.1

5 years ago

4.1.0

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.2.1

5 years ago

3.2.0

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.5.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago