Merge pull request #92397 from thernstig/npmrc

Add .npmrc file association as ini-file
This commit is contained in:
Martin Aeschlimann 2020-03-29 13:46:26 -07:00 committed by GitHub
commit cd0d9eb515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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