tell standard to ignore /vendor directory

This commit is contained in:
Zeke Sikelianos 2016-03-25 13:11:05 -07:00 committed by Kevin Sawicki
parent f35f362272
commit 7404b848a2

View file

@ -13,7 +13,8 @@
"standard": { "standard": {
"ignore": [ "ignore": [
"/lib/browser/rpc-server.js", "/lib/browser/rpc-server.js",
"/lib/common/asar.js" "/lib/common/asar.js",
"/vendor"
] ]
}, },
"private": true, "private": true,