0.1.0 • Published 8 years ago
@ucudal/stylelint-config v0.1.0
@ucudal/stylelint-config
This package provides UCUDAL's base CSS .stylelintrc as an extensible shared config.
Extends
stylelint-config-standard.
Usage
- Install the correct versions of each peer dependency, which are listed by the command:
npm info "@ucudal/stylelint-config@latest" peerDependenciesLinux/OSX users can run:
(
export PKG=@ucudal/stylelint-config;
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)Which produces and runs a command like:
npm install --save-dev @ucudal/stylelint-config@latest stylelint@^x.y.z stylelint-plugin-import@^x.y.zWindows users can install the @ucudal/stylelint-config and all its peer
dependencies manually.
- Add
"extends": "@ucudal/stylelint-config"to your.stylelintrcfile.
0.1.0
8 years ago