Treat all files with an npmrc/npmignore extension as properties/ignore files

This commit is contained in:
NotWearingPants 2020-07-22 00:22:10 +03:00 committed by GitHub
parent 399d695f5f
commit e4824fa66a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,13 +40,13 @@
"languages": [
{
"id": "ignore",
"filenames": [
"extensions": [
".npmignore"
]
},
{
"id": "properties",
"filenames": [
"extensions": [
".npmrc"
]
}