Add .npmrc file association as ini-file

Fixes #92350
This commit is contained in:
Tobias Hernstig 2020-03-10 20:11:00 +01:00
parent 4e605ec54a
commit f772cbb62c

View file

@ -42,6 +42,12 @@
"filenames": [
".npmignore"
]
},
{
"id": "ini",
"filenames": [
".npmrc"
]
}
],
"views": {