Socket
Book a DemoInstallSign in
Socket

@gravityforms/stylelint-config

Package Overview
Dependencies
Maintainers
11
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gravityforms/stylelint-config

Stylelint config for Gravity Forms projects.

latest
Source
npmnpm
Version
5.0.0
Version published
Weekly downloads
401
117.93%
Maintainers
11
Weekly downloads
 
Created
Source

Gravity Forms Stylelint Config

Stylelint config for use in Gravity Forms projects.

Installation

Install the module and required dependencies:

npm install @gravityforms/stylelint-config stylelint stylelint-order --save-dev

Note: This package requires node 22.10.0 or later, and npm 10.9.0 or later.

Overview

A configuration and collection of Stylelint rules for use in Gravity Forms projects.

Usage

After installing, create a .stylelintrc.json file in the root of your project, and then add:

{
  "extends": "@gravityforms/stylelint-config",
  "rules": {}
}

The rules object is your optional overrides of the config for your project.

Keywords

gravityforms

FAQs

Package last updated on 22 Aug 2025

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