UNPKG

@10up/eslint-config

Version:
9 lines (7 loc) 182 B
/* eslint-disable no-console */ const shouldNotHappen = true; if (shouldNotHappen) { console.error('Something bad happened!'); // Should not use process exit. process.exit(1); }