UNPKG

eslint-plugin-unicorn

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