npm.io
0.0.34 • Published 6 years ago

@tamland/stylelint-config

Licence
MIT
Version
0.0.34
Deps
1
Size
78 kB
Vulns
0
Weekly
0

@tamland/stylelint-config

License npm package npm downloads Dependencies DevDependencies

This package provides a shared config for stylelint and several of its plugins.

Usage

A single stylelint configuration is exported.

Our default export contains all of our stylelint rules. It requires the following peer dependencies:

    stylelint
    stylelint-order
    stylelint-scss

Installation

  1. Install the shared configuration:
npm install --save-dev @tamland/stylelint-config
  1. Install the shared configuration peer dependencies (npm 5+):
npx install-peerdeps --dev @tamland/stylelint-config
  1. Add "extends": "@tamland/stylelint-config" to your .stylelintrc.

Maintenance

You can run tests with npm test.

Keywords