@sikaeducation/stylelint-config

1.2.2 • Public • Published

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.

Package Sidebar

Install

npm i @sikaeducation/stylelint-config

Weekly Downloads

0

Version

1.2.2

License

MIT

Unpacked Size

5.82 kB

Total Files

7

Last publish

Collaborators

  • kylecoberly
  • sikaeducation-admin