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
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 stylelintThen, install stylelint-cli as a global package.
npm install -g stylelint-cliUsage
You should install stylelint as a local package in your package
directory.
npm install --save-dev stylelintNow, you can run your local stylelint by global stylelint-cli.
stylelint style.cssFor more detail, see also the official stylelint documentation :octocat:.