@veobot/stylelint-config

1.1.1 • Public • Published

@veobot/stylelint-config

Veo Robotics Stylelint rules for all CSS / SCSS styles


npm version

Installation

Install the package and all of its peer dependencies:

$ npx install-peerdeps --dev @veobot/stylelint-config

Afterwards, create a .stylelintrc file in your root project folder and add the following:

{
  "extends": "@veobot"
}

Configuration

To override anything, simply add a rules property to your .stylelintrc file and add new or existing rules to it with your preferred settings:

{
  "extends": "@veobot",
  "rules": {
    "number-leading-zero": null
  }
}

Testing

To run tests for this package, install the development dependencies with npm install from this folder and then run npm test.

License

MIT License. See LICENSE file for details.

/@veobot/stylelint-config/

    Package Sidebar

    Install

    npm i @veobot/stylelint-config

    Weekly Downloads

    1

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    8.5 kB

    Total Files

    19

    Last publish

    Collaborators

    • jsundahl
    • matheus673
    • mdbarr
    • tylucaskelley