1.3.0 • Published 2 years ago

@logicalhq/stylelint-config v1.3.0

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
2 years ago

Table of Contents

Getting Started

Install the peer dependencies:

yarn add -D stylelint stylelint-order stylelint-scss stylelint-prettier

Then install the shareable configuration:

yarn add -D @logicalhq/stylelint-config

Add a .stylelint.js file at the project root with the following configuration:

// .stylelint.js
module.exports = {
  root: true,
  extends: ['@logicalhq/stylelint-config']
};

License

This project is licensed under BSD 2-Clause.

1.3.0

2 years ago

1.2.0

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago