1.1.0 • Published 2 months ago

@brightspace-ui/stylelint-config v1.1.0

Weekly downloads
539
License
Apache-2.0
Repository
github
Last release
2 months ago

stylelint-config

NPM version NPM downloads

Common Brightspace stylelint configs.

Installation

Install the stylelint-config and stylelint.

npm i @brightspace-ui/stylelint-config
npm i stylelint

Usage

Simply specify the extends property in the .stylelintrc.json file as shown below. The default config contains rules to avoid errors, and also to enforce consistent formatting.

{
  "extends": "@brightspace-ui/stylelint-config"
}

Then run stylelint, for example by defining a script in your package.json.

"scripts": {
  "lint:style": "stylelint \"**/*.js\""
},

Contributing

Contributions are welcome, please submit a pull request!

Code Style

This repository is configured with EditorConfig rules and contributions should make use of them.

Versioning and Releasing

This repo is configured to use semantic-release. Commits prefixed with fix: and feat: will trigger patch and minor releases when merged to main.

To learn how to create major releases and release from maintenance branches, refer to the semantic-release GitHub Action documentation.

1.1.0

2 months ago

1.0.0

3 months ago

0.8.5

5 months ago

0.8.4

10 months ago

0.8.1

10 months ago

0.8.3

10 months ago

0.8.2

10 months ago

0.8.0

12 months ago

0.5.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.3.1

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

4 years ago