UNPKG

twolfson-style

Version:

Lint and style configurations for @twolfson

6 lines (4 loc) 162 B
// Define our expectations for the test exports.expected = /'hello' is defined but never used/i; // If a `var` is declared, it must be used var hello = 'world';