@garment/plugin-runner-stylelint
TypeScript icon, indicating that this package has built-in type declarations

0.18.0 • Public • Published

@garment/plugin-runner-stylelint

Runs stylelint

Installation

npm i @garment/plugin-runner-stylelint

or

yarn add @garment/plugin-runner-stylelint

Example usage

{
    "runner": "stylelint",
    "input": "{{projectDir}}/src/**/*.css",
    "output": "{{projectDir}}/lib",
    "options": {
        "configFile": ".stylelintconfig.json",
        "fix": true
    }
}

API

configFile: path

The config file to load stylelint config from


fix: boolean

Fix automatically linting errors

Readme

Keywords

none

Package Sidebar

Install

npm i @garment/plugin-runner-stylelint

Weekly Downloads

1

Version

0.18.0

License

MIT

Unpacked Size

7.42 kB

Total Files

6

Last publish

Collaborators

  • farfetch-oss