Skip to content

Commit 2ba29af

Browse files
author
Robert Jackson
committed
Fix linting issue
caused by re-rolling lockfile
1 parent 3ff3723 commit 2ba29af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commands/local/update-docs.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ function updateTransformREADME(transformName) {
8484
let transformREADMEPath = `transforms/${transformName}/README.md`;
8585

8686
let FIXTURES_TOC_PLACE_HOLDER = /<!--FIXTURES_TOC_START-->[\s\S]*<!--FIXTURES_TOC_END-->/;
87-
let FIXTURES_CONTENT_PLACE_HOLDER = /<!--FIXTURES_CONTENT_START-->[\s\S]*<!--FIXTURE[S]?_CONTENT_END-->/;
87+
let FIXTURES_CONTENT_PLACE_HOLDER =
88+
/<!--FIXTURES_CONTENT_START-->[\s\S]*<!--FIXTURE[S]?_CONTENT_END-->/;
8889

8990
fs.writeFileSync(
9091
transformREADMEPath,

0 commit comments

Comments
 (0)