UNPKG

eslint-config-alloy

Version:
5 lines (4 loc) 144 B
// good 正确的使用 Math, JSON 和 Reflect let foo = Math.random(); let bar = JSON.parse('{}'); let baz = Reflect.get({ x: 1, y: 2 }, 'x');