tell standard to ignore /vendor directory
This commit is contained in:
parent
f35f362272
commit
7404b848a2
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue