@gravityforms/stylelint-config
v6.0.0
Published
Stylelint config for Gravity Forms projects.
Downloads
888
Readme
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-devNote: 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.
