Detalhes do pacote

stylelint-config-nitpick

niksy2.6kMIT11.1.0

Stylelint config for my projects.

nitpick, stylelint, stylelintconfig

readme (leia-me)

stylelint-config-nitpick

Build Status

Stylelint config for my projects.

Install

npm install stylelint@16 stylelint-config-nitpick --save-dev

Usage

Add this config to your .stylelintrc:

{
    "extends": [
        "stylelint-config-nitpick"
    ]
}

If you’re using presets, it’s highly recommended to apply default preset:

{
    "extends": [
        "stylelint-config-nitpick",
        "stylelint-config-nitpick/other-preset"
    ]
}

Presets

In addition to default preset, there are also specific presets. You can apply multiple presets with Stylelint extends option.

SCSS

SCSS specific rules.

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

License

MIT © Ivan Nikolić

changelog (log de mudanças)

Changelog

[Unreleased][]

11.1.0 - 2024-08-23

  • Update rules

11.0.2 - 2024-04-15

  • Group and turn off Sass stylistic rules

11.0.1 - 2024-04-14

  • Use Node 18 in CI

11.0.0 - 2024-04-14

  • Switch to ESM
  • Upgrade to Stylelint 16
  • Remove stylistic rules
  • Add inset before top/right/bottom/left

10.0.2 - 2022-11-16

Changed

  • Update rules

10.0.1 - 2022-11-16

Changed

  • Force minor version for packages

10.0.0 - 2022-11-16

Changed

  • Set Node version to minimum 16
  • Update rules
  • Upgrade dependencies

9.1.1 - 2021-12-29

Added

  • New rules

9.1.0 - 2021-12-29

Changed

  • Set Node version to minimum 12.22

9.0.0 - 2021-11-09

Changed

  • Breaking: Supports Node >= 12
  • Breaking: Supports Stylelint >= 14
  • Upgrade package

Added

  • Module for finding unused/deprecated rules
https://github.com/niksy/stylelint-config-nitpick/compare/v10.0.1...HEAD
https://github.com/niksy/stylelint-config-nitpick/compare/v10.0.2...HEAD

[Unreleased]: https://github.com/niksy/stylelint-config-nitpick/compare/v11.1.0...HEAD

https://github.com/niksy/stylelint-config-nitpick/compare/v11.0.2...HEAD
https://github.com/niksy/stylelint-config-nitpick/compare/v11.0.1...HEAD
https://github.com/niksy/stylelint-config-nitpick/compare/v11.0.0...HEAD