Skip to content

tyler-technologies-oss/stylelint-rules

Repository files navigation

Stylelint Rules

This repository contains default stylelint rules for Tyler Technologies, Inc. repositories.

Usage

Install:

$ npm install -D @tylertech/stylelint-rules

Create a new .stylelintrc file in the root of your project and provide the default configuration:

{
  "extends": "@tylertech/stylelint-rules"
}

Rules can be overridden as needed by specifying the rule and value as you would usually for stylelint.

About

Common stylelint rules that can be imported into projects that use CSS and/or Sass to ensure code consistency.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published