Enforces a maximum directory depth. Default is 5
.
.
└── foo
└── bar
└── baz
└── unicorn
└── rainbow
└── docs
└── readme.md
.
└── foo
└── bar
└── baz
└── unicorn
└── rainbow
└── readme.md
You can set the max
option like this:
"max-depth": ["error", {"max": 10}]