Sha256: 918dd4aae066c92a41dc5a212deddb8c8b8d11821afafe01b3dc1a6381ff338f

Contents?: true

Size: 2 KB

Versions: 10

Compression:

Stored size: 2 KB

Contents

{
  "extends": "stylelint-config-standard",
  "plugins": [
    "stylelint-scss",
    "stylelint-order"
  ],
  "rules": {
    "scss/at-else-closing-brace-space-after": "never-intermediate",
    "scss/at-else-empty-line-before": "never",
    "scss/dollar-variable-colon-space-after": "always",
    "scss/dollar-variable-colon-space-before": "never",
    "scss/dollar-variable-empty-line-before": "never",
    "scss/double-slash-comment-empty-line-before": "never",
    "scss/double-slash-comment-inline": "never",
    "scss/double-slash-comment-whitespace-inside": "always",
    "scss/declaration-nested-properties": "always",
    "scss/media-feature-value-dollar-variable": "never",
    "scss/selector-no-redundant-nesting-selector": true,
    "order/properties-alphabetical-order": true,
    "indentation": 2,
    "string-quotes": "double",
    "no-duplicate-selectors": true,
    "color-hex-case": "upper",
    "color-hex-length": "short",
    "color-named": "never",
    "selector-combinator-space-after": "always",
    "selector-attribute-quotes": "always",
    "selector-attribute-operator-space-before": "always",
    "selector-attribute-operator-space-after": "always",
    "selector-attribute-brackets-space-inside": "never",
    "declaration-block-trailing-semicolon": "always",
    "declaration-colon-space-before": "never",
    "declaration-colon-space-after": "always-single-line",
    "number-leading-zero": "never",
    "function-url-quotes": "always",
    "font-family-name-quotes": "always-where-recommended",
    "comment-whitespace-inside": "always",
    "comment-empty-line-before": "always",
    "rule-empty-line-before": "always",
    "selector-pseudo-element-colon-notation": "double",
    "selector-pseudo-class-parentheses-space-inside": "never",
    "media-feature-range-operator-space-before": "always",
    "media-feature-range-operator-space-after": "always",
    "media-feature-parentheses-space-inside": "never",
    "media-feature-colon-space-before": "never",
    "media-feature-colon-space-after": "always"
  }
}

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
op_connect-0.1.2 vendor/bundle/ruby/3.1.0/gems/simplecov-tailwindcss-1.0.2/.stylelintrc
simplecov-tailwindcss-1.0.2 .stylelintrc
simplecov-tailwindcss-1.0.1 .stylelintrc
simplecov-tailwindcss-1.0.0 .stylelintrc
simplecov-tailwindcss-0.1.0 .stylelintrc
simplecov-material-1.0.0 .stylelintrc
simplecov-material-0.5.0 .stylelintrc
simplecov-material-0.4.0 .stylelintrc
simplecov-material-0.3.0 .stylelintrc
simplecov-material-0.2.0 .stylelintrc