Skip to content

Commit 7c7e615

Browse files
authored
Fix JSON formatting in repositories.json
1 parent 5ad11cd commit 7c7e615

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

repositories.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
},
3232
{
3333
"repository": "typescript-eslint/typescript-eslint",
34-
"commit": "46fc7fe4089d9f7f864bea8b397b8a0e1c7a4bc6"
34+
"commit": "46fc7fe4089d9f7f864bea8b397b8a0e1c7a4bc6",
35+
"ignore" : ["packages/website/src/vendor/sandbox.d.ts"]
3536
},
3637
{
3738
"repository": "vega/vega-lite",

0 commit comments

Comments
 (0)