Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tyler-technologies-oss/stylelint-rules

Common stylelint rules that can be imported into projects that use CSS and/or Sass to ensure code consistency.
https://github.com/tyler-technologies-oss/stylelint-rules

css sass stylelint tcw

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

## Stylelint Rules

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

## Usage

Install:

```bash
$ npm install -D @tylertech/stylelint-rules
```

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

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

> Rules can be overridden as needed by specifying the rule and value as you would usually for [stylelint](https://stylelint.io/).