UNPKG

eslint-config-twolfson

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