1.3.0 • Published 1 year ago

@logicalhq/stylelint-config v1.3.0

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
1 year 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

1 year ago

1.2.0

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.0

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago