dependabot[bot] a10621037c chore(deps): bump tar from 7.5.9 to 7.5.10 (#117)
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.9...v7.5.10)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.10
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-05 12:27:19 +02:00
2025-06-23 01:45:43 +03:00
2025-06-23 01:45:43 +03:00
2025-06-23 01:45:43 +03:00
2025-06-23 01:45:43 +03:00
2025-12-06 22:02:21 +01:00
2025-06-23 01:45:43 +03:00
2025-06-23 01:45:43 +03:00
2025-06-23 01:45:43 +03:00
2026-03-05 10:17:56 +00:00
2026-03-05 10:17:56 +00:00

@ivuorinen/stylelint-config

npm package license MIT ivuorinen's Code Style

ivuorinen's shareable configuration for stylelint.

Table of Contents

Installation

Install this config as a devDependencies:

# npm
npm install @ivuorinen/stylelint-config --save-dev

# Yarn
yarn add @ivuorinen/stylelint-config --dev

After installing it, a .stylelintrc.json file will be created automatically in the project's root folder with the following configuration:

{
  "extends": ["@ivuorinen/stylelint-config/css"]
}

Usage

This package provides configuration for CSS and SCSS, you can choose which one you want to extend:

CSS (Default)

{
  "extends": ["@ivuorinen/stylelint-config/css"]
}

SCSS

{
  "extends": ["@ivuorinen/stylelint-config/scss"]
}

Extending the config

The defined rules can be modified by adding other configurations, plugins or custom rules:

{
  "extends": ["@ivuorinen/stylelint-config/css", "some-other-config-you-use"],
  "rules": {
    "at-rule-no-unknown": [
      true,
      {
        "ignoreAtRules": ["extends", "ignores"]
      }
    ]
  }
}

Documentations

Read the stylelint docs for more information.

Contributing

If you are interested in helping contribute, please take a look at our contribution guidelines and open an issue or pull request.

Changelog

See CHANGELOG for a human-readable history of changes.

License

Distributed under the MIT License. See LICENSE for more information.

Description
No description provided
Readme 1.3 MiB
Languages
JavaScript 100%