UNPKG

eslint-config-twolfson

Version:
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; }