Skip to content

Commit 6850012

Browse files
authored
Merge pull request microsoft#67517 from kdy1/swcrc
Treat .swcrc file as json
2 parents 6479734 + 6b314dc commit 6850012

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extensions/json/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
".jshintrc",
2525
".jscsrc",
2626
".eslintrc",
27+
".swcrc",
2728
".webmanifest",
2829
".js.map",
2930
".css.map"
@@ -71,4 +72,4 @@
7172
}
7273
]
7374
}
74-
}
75+
}

0 commit comments

Comments
 (0)