Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tyler-technologies-oss/stylelint-rules
- Owner: tyler-technologies-oss
- License: apache-2.0
- Created: 2020-10-20T17:26:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T16:43:59.000Z (9 months ago)
- Last Synced: 2024-11-13T09:49:39.455Z (2 months ago)
- Topics: css, sass, stylelint, tcw
- Language: JavaScript
- Homepage:
- Size: 375 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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/).