2.0.0 • Published 2 years ago
@sikaeducation/stylelint-config v2.0.0
Sika's Stylelint Config
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
2 years ago
1.2.2
3 years ago
1.2.1
3 years ago
1.2.0
3 years ago
1.1.3
3 years ago
1.1.2
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.0.10
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago