Skip to content

Commit

Permalink
fix: blank line typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-michelet committed Jan 29, 2024
1 parent 3781b37 commit 5a70185
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion workspaces/ts-source-parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Scorecard](https://api.securityscorecards.dev/projects/github.com/NodeSecure/js-

This package provide a TypeScript source parser for the `@nodesecure/js-x-ray` project.


## Getting Started

This package is available in the Node Package Repository and can be easily installed with [npm](https://docs.npmjs.com/getting-started/what-is-npm) or [yarn](https://yarnpkg.com).
Expand Down
2 changes: 1 addition & 1 deletion workspaces/ts-source-parser/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ declare class TsSourceParser {
code: string,
options = tsParsingOptions,
): TSESTree.Program;
}
}

0 comments on commit 5a70185

Please sign in to comment.