JSPM

stylelint-cli

1.3.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3218
  • Score
    100M100P100Q114703F
  • License MIT

Global CLI wrapper to execute a local stylelint

Package Exports

  • stylelint-cli

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (stylelint-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

stylelint-cli

npm Build Status

Global CLI wrapper to execute a local stylelint :octocat:.

Installation

First, uninstall global stylelint if you have ever installed stylelint as a global package.

npm uninstall -g stylelint

Then, install stylelint-cli as a global package.

npm install -g stylelint-cli

Usage

You should install stylelint as a local package in your package directory.

npm install --save-dev stylelint

Now, you can run your local stylelint by global stylelint-cli.

stylelint style.css

For more detail, see also the official stylelint documentation :octocat:.