UNPKG

eslint-plugin-unicorn

Version:
15 lines (13 loc) 289 B
const builtinErrors = [ // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error 'Error', 'EvalError', 'RangeError', 'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'AggregateError', 'SuppressedError', ]; export default builtinErrors;