ter-no-sparse-arrays (ESLint: no-sparse-arrays)
disallow sparse arrays (recommended)
Invalid or irregular whitespace causes issues with ECMAScript 5 parsers and also makes code harder to debug in a similar nature to mixed tabs and spaces.
"ter-no-sparse-arrays": [true]
{}