Skip to content

Commit d312f2b

Browse files
committed
Add a schema association for babelrc microsoft#30380
1 parent 2ae26b2 commit d312f2b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

extensions/javascript/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@
102102
"fileMatch": "bower.json",
103103
"url": "http://json.schemastore.org/bower"
104104
},
105-
{
106-
"fileMatch": ".bower.json",
107-
"url": "http://json.schemastore.org/bower"
108-
},
109105
{
110106
"fileMatch": ".bowerrc",
111107
"url": "http://json.schemastore.org/bowerrc"
112108
},
109+
{
110+
"fileMatch": ".babelrc",
111+
"url": "http://json.schemastore.org/babelrc"
112+
},
113113
{
114114
"fileMatch": "jsconfig.json",
115115
"url": "http://json.schemastore.org/jsconfig"

0 commit comments

Comments
 (0)