UNPKG

twolfson-style

Version:

Lint and style configurations for @twolfson

8 lines (6 loc) 228 B
// Define our expectations for the test exports.expected = /'iWasNeverDeclared' is not defined/i; // For critical style checks, guarantee we complain when a variable hasn't been defined function main() { iWasNeverDeclared; }