UNPKG

eslint-config-noir

Version:
5 lines (4 loc) 167 B
export const ALLOWED_MAGIC_NUMBERS = [ ...new Set(Array.from({ length: 11 }) .flatMap((_, index) => [index, +`-${index}`, `${index}n`, `-${index}n`])), ];