2.0.0 • Published 10 months ago

@sikaeducation/stylelint-config v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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.

2.0.0

10 months ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago