max-nesting-depth

1.6.0 • Public • Published

kiforks/max-nesting-depth

Limit the depth of nesting.

Installation

npm install kiforks/max-nesting-depth

Usage

If your project does not already have stylelint, then in the root of the project create the file .stylelintrc, or with the extension .stylelintrc.js so that the code editor can highlight the syntax.

Then add kiforks/max-nesting-depth to the .stylelintrc config file.

.stylelintrc

{
    "plugins": [
      "kiforks/max-nesting-depth"
    ],
    "rules": {
	    "kiforks/max-nesting-depth": [3]
    }
}

Description

This is a rule that is included in the standard styling package, but with an exception ::ng-deep https://stylelint.io/user-guide/rules/list/max-nesting-depth/#optional-secondary-options

Install

npm i max-nesting-depth

DownloadsWeekly Downloads

154

Version

1.6.0

License

MIT

Unpacked Size

287 kB

Total Files

220

Last publish

Collaborators

  • kiforks