Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.
This repository was archived by the owner on May 3, 2024. It is now read-only.

Invisible text in terminal output #49

@machal

Description

@machal

Runnig grunt stylelint on my collegue's MacOS Terminal ends with empty output:

image

Output isn't invisible – copying and pasting into text editor doesn't make text visible.

Another Grunt tasks are doing well.

Collegue runs MacOS Sierra. On my El Capitan and another collegue's Windows machines works everything well.

We use grunt-stylelint 0.7.0 and stylelint-config-standard 16.0.0: https://github.com/stylelint/stylelint-config-standard

{
  "extends": "stylelint-config-standard",
  "rules": {
    "indentation": 2,
    "number-leading-zero": "never",
    "selector-pseudo-element-colon-notation": "single",
    "unit-whitelist": ["em", "rem", "%", "px", "vw", "vh"],
    "rule-empty-line-before": null,
    "block-closing-brace-empty-line-before": null,
    "max-empty-lines": 2,
    "declaration-empty-line-before": "never",
    "at-rule-empty-line-before": ["always", {
      "except": ["after-same-name", "first-nested"]
    }]
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions