mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
lint: 0 warnings left
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
"changelog:update": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
||||
"example": "node --inspect -r ts-node/register Example/example.ts",
|
||||
"gen:protobuf": "sh WAProto/GenerateStatics.sh",
|
||||
"lint": "eslint src --ext .js,.ts,.jsx,.tsx",
|
||||
"lint:fix": "eslint src --fix --ext .js,.ts,.jsx,.tsx",
|
||||
"lint": "eslint src --ext .js,.ts",
|
||||
"lint:fix": "yarn lint --fix",
|
||||
"prepack": "tsc",
|
||||
"prepare": "tsc",
|
||||
"release": "release-it",
|
||||
@@ -44,6 +44,7 @@
|
||||
"dependencies": {
|
||||
"@adiwajshing/keyed-db": "^0.2.4",
|
||||
"@hapi/boom": "^9.1.3",
|
||||
"@whiskeysockets/eslint-config": "github:whiskeysockets/eslint-config",
|
||||
"async-lock": "^1.4.1",
|
||||
"audio-decode": "^2.1.3",
|
||||
"axios": "^1.6.0",
|
||||
@@ -60,7 +61,6 @@
|
||||
"ws": "^8.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@adiwajshing/eslint-config": "github:adiwajshing/eslint-config",
|
||||
"@types/got": "^9.6.11",
|
||||
"@types/jest": "^27.5.1",
|
||||
"@types/node": "^16.0.0",
|
||||
|
||||
Reference in New Issue
Block a user