Skip to content

Commit ebcff5f

Browse files
committed
Chore: Fix linting issues
1 parent 12d9b85 commit ebcff5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/parser-javascript/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ This `parser` emits the following events:
4141
information:
4242

4343
* `ast`: an ESLint `AST.Program` object containing the parsed AST.
44-
* `element`: an `IAsyncHTMLElement` reference if the source was inline in HTML; `null` otherwise.
44+
* `element`: an `IAsyncHTMLElement` reference if the source was inline in
45+
HTML; `null` otherwise.
4546
* `resource`: the parsed resource. If the JavaScript is in
4647
a `script tag` and not a file, the value will be `Internal
4748
javascript`.

0 commit comments

Comments
 (0)