@brightspace-ui/stylelint-config

1.4.2 • Public • Published

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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.4.21,129latest

Version History

VersionDownloads (Last 7 Days)Published
1.4.21,129
1.4.12
1.4.02
1.3.42
1.3.31
1.3.21
1.3.11
1.3.01
1.2.01
1.1.12
1.1.01
1.0.01
0.8.5504
0.8.41
0.8.31
0.8.21
0.8.11
0.8.01
0.7.033
0.6.01
0.5.01
0.4.01
0.3.13
0.3.01
0.2.11
0.2.01
0.1.01
0.0.31
0.0.21
0.0.11

Package Sidebar

Install

npm i @brightspace-ui/stylelint-config

Weekly Downloads

1,401

Version

1.4.2

License

Apache-2.0

Unpacked Size

17.7 kB

Total Files

4

Last publish

Collaborators

  • dave.batiste
  • dlockhart
  • d2l-travis-deploy