This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

tc-max-nesting-depth

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

Package Sidebar

Install

npm i tc-max-nesting-depth

Weekly Downloads

16

Version

1.2.0

License

MIT

Unpacked Size

287 kB

Total Files

220

Last publish

Collaborators

  • kiforks