mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
lint: stricter linting rules
This commit is contained in:
16
package.json
16
package.json
@@ -52,10 +52,18 @@
|
||||
"sharp": "^0.29.3"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@adiwajshing/keyed-db": { "optional": true },
|
||||
"jimp": { "optional": true },
|
||||
"qrcode-terminal": { "optional": true },
|
||||
"sharp": { "optional": true }
|
||||
"@adiwajshing/keyed-db": {
|
||||
"optional": true
|
||||
},
|
||||
"jimp": {
|
||||
"optional": true
|
||||
},
|
||||
"qrcode-terminal": {
|
||||
"optional": true
|
||||
},
|
||||
"sharp": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"lib/*",
|
||||
|
||||
Reference in New Issue
Block a user