Global CLI wrapper to execute a locally installed stylelint. Stable version 1.3.0, released on npm. Low release cadence (last release 2019). Differentiator: allows running local stylelint via global `stylelint` command, avoiding conflicts between globally and locally installed stylelint. Alternative to npx-style invocations.
npm install stylelint-cliNo compatibility data collected yet for this library.
Uninstall global stylelint, install stylelint-cli globally, install local stylelint as dev dependency, then lint style.css.
Run `npm install --save-dev stylelint` in your project root.
Run `npx stylelint` or `./node_modules/.bin/stylelint`.
Upgrade Node to version 8 or higher.
Run `npm install --save-dev stylelint` in the project directory.
Use the CLI command `stylelint` globally, not `require('stylelint-cli')`.