Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

⚠️ This project is no longer mantained

License

Notifications You must be signed in to change notification settings

contactlab/stylelint-config-uxd

Repository files navigation

⚠️ This project is no longer mantained

Contactlab UXD Stylelint

NPM version Conventional Commits

Stylelint configuration used in Contactlab projects.

The purpose of this library is to promote code style consistency across complex projects in organizations of all sizes.

Installation

We recommend to use Yarn over npm (is fine anyway) and this stylelint config package:

$ yarn add --dev @contactlab/stylelint-config-uxd

Usage

Create a .stylelintrc file with the following basic configuration:

{
  "extends": "@contactlab/stylelint-config-uxd"
}

Otherwise, add the stylelint key to your package.json:

{
  "stylelint": {
    "extends": "@contactlab/stylelint-config-uxd"
  }
}

For more details about how shareable configs work, see the Stylelint documentation.

Tests

$ yarn install && yarn test

Similar projects

A configuration for linting JavaScript (ES5 & ES6) with eslint is available at eslint-config-contactlab.

Rules

The configuration extends the default stylelint-config-standard rules. A more comprehensive list of examples is available in the examples folder.

Package specific rules can be found in ./lib folder.

About

⚠️ This project is no longer mantained

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •