Skip to content

Commit

Permalink
style: switched from xo to prettier
Browse files Browse the repository at this point in the history
for #247
  • Loading branch information
travi committed Jun 7, 2023
1 parent cac1dbb commit 59b36b4
Show file tree
Hide file tree
Showing 4 changed files with 2,749 additions and 16,793 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -2,7 +2,7 @@ export default class SemanticReleaseError extends Error {
constructor(message, code, details) {
super(message);
Error.captureStackTrace(this, this.constructor);
this.name = 'SemanticReleaseError';
this.name = "SemanticReleaseError";
this.code = code;
this.details = details;
this.semanticRelease = true;
Expand Down

0 comments on commit 59b36b4

Please sign in to comment.