{ "rules": { "no-sparse-arrays": true }, "meta": { "category": "functionality", "description": "禁止在数组中出现连续的逗号,如 `let foo = [,,]`" } }