Skip to content

Commit

Permalink
added necessary spacing for linting
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ShamarYarde and github-actions[bot] authored Nov 24, 2023
1 parent 08825ad commit f83e64f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ To use each plugin, you need to first install it via npm, then require any depen

```js
const _default = html;
export { _default as default};
export { _default as default };
```

Here we are grabbing our development `index.html` file with `gulp.src()`, which allows us to grab a source file to do something with.
Expand Down

0 comments on commit f83e64f

Please sign in to comment.