stylelint-config-datarockets

0.0.4-6 • Public • Published

stylelint-config-datarockets

npm version

Shareable stylelint config for datarocket's projects.

Usage

  1. Installing deps:

    With npm:

    (
      export PKG=stylelint-config-datarockets;
      npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
    )
    

    With yarn:

    (
      export PKG=stylelint-config-datarockets;
      npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs yarn add --dev "$PKG@latest"
    )
    
  2. Add extends: "datarockets" to your stylelintrc file.

Package Sidebar

Install

npm i stylelint-config-datarockets

Weekly Downloads

1

Version

0.0.4-6

License

none

Unpacked Size

6.96 kB

Total Files

11

Last publish

Collaborators

  • lesha12012
  • ezhlobo
  • vshkl