UNPKG

eslint-config-alloy

Version:
3 lines (2 loc) 86 B
const foo = Array(0, 1, 2); // [0, 1, 2] const bar = new Array(0, 1, 2); // [0, 1, 2]