1.6.1 • Published 10 months ago

max-nesting-depth v1.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

1.6.1

10 months ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.1

1 year ago

1.4.113

1 year ago

1.4.112

1 year ago

1.4.111

1 year ago

1.4.11

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.52

1 year ago

1.2.53

1 year ago

1.3.33

1 year ago

1.3.11

1 year ago

1.2.54

1 year ago

1.3.34

1 year ago

1.3.12

1 year ago

1.2.55

1 year ago

1.2.5

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago