UNPKG

twolfson-style

Version:

Lint and style configurations for @twolfson

7 lines (5 loc) 202 B
// Define our expectations for the test exports.expected = /\['hello'\] is better written in dot notation/i; // Don't require dot notation in critical but do in lint var obj = {}; obj['hello'] = true;