Skip to content

Commit

Permalink
chore(scripts): Add line breaks in rules.json to better asses changes…
Browse files Browse the repository at this point in the history
…/updates
  • Loading branch information
lupomontero committed Jul 1, 2019
1 parent 6a88d3b commit 9293914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ internals.parse = new Transform({
//
Request(internals.src)
.pipe(internals.parse)
.pipe(JSONStream.stringify('[', ',', ']'))
.pipe(JSONStream.stringify('[\n', ',\n', '\n]'))
.pipe(Fs.createWriteStream(internals.dest));

0 comments on commit 9293914

Please sign in to comment.