🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@tylertech/stylelint-rules

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tylertech/stylelint-rules

Common stylelint rules for Tyler Technologies.

Source
npmnpm
Version
4.3.0
Version published
Weekly downloads
617
681.01%
Maintainers
1
Weekly downloads
 
Created
Source

Tyler Stylelint Rules

This repository contains default rules to provide to stylelint when compiling Sass files.

Usage

Install the latest package:

$ 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.

Keywords

stylelint

FAQs

Package last updated on 23 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts