1.2.2 • Published 6 months ago

@sikaeducation/stylelint-config v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Sika's Stylelint Config

CI

Install with npm install -D stylelint @sikaeducation/stylelint-config.

Usage

npm i -D stylelint @sikaeducation/stylelint-config
// .stylelintrc.js
module.exports = {
  extends: ["@sikaeducation/stylelint-config"],
};

Integrate this with your editor's stylelint plugin for fix-on-save. If the app is {"type": "module"}, use .stylelintrc.cjs.

Deployment

Set NPM_TOKEN on GitHub Actions to publish. Generate it on Sika's npm page then add it to the secrets page.

Publish updates by incrementing the version with npm version patch|minor|major and pushing.

1.2.2

6 months ago

1.2.1

6 months ago

1.2.0

6 months ago

1.1.3

7 months ago

1.1.2

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago