UNPKG

@10up/eslint-config

Version:
10 lines (8 loc) 139 B
// test for selector: 'WithStatement' let a, x, y; const r = 10; with (Math) { a = PI * r * r; x = r * cos(PI); y = r * sin(PI / 2); }