0.0.4-6 • Published 7 years ago
stylelint-config-datarockets v0.0.4-6
stylelint-config-datarockets
Shareable stylelint config for datarocket's projects.
Usage
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" )Add
extends: "datarockets"to your stylelintrc file.