UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 191 B
module.exports = { rules: { /** * 代码块嵌套的深度禁止超过 5 层 * @category Stylistic Issues */ 'max-depth': ['error', 5] } };