Skip to content

Commit

Permalink
Remove unnecessary eslint disable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Jun 29, 2024
1 parent 3e1d380 commit 7794904
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Parser/RstParserError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export class RstParserError extends Error {
}
}

// eslint-disable-next-line @typescript-eslint/naming-convention
toJSON(): unknown {
return {
name: this.name,
Expand Down

0 comments on commit 7794904

Please sign in to comment.