UNPKG

twolfson-style

Version:

Lint and style configurations for @twolfson

10 lines (9 loc) 179 B
// We allow `case` and `default` statements to not need curly braces switch ('hello') { case 'world': void 'woot'; break; default: void 'dopplewoot'; break; }