npm.io
1.6.1 • Published 2 years ago

max-nesting-depth

Licence
MIT
Version
1.6.1
Deps
2
Size
280 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated

tc/max-nesting-depth

Limit the depth of nesting.

Installation

npm install tc/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 tc/max-nesting-depth to the .stylelintrc config file.

.stylelintrc

{
    "plugins": [
      "tc/max-nesting-depth"
    ],
    "rules": {
	    "tc/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

Keywords