mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
18 lines
413 B
JSON
18 lines
413 B
JSON
{
|
|
"extends": "@adiwajshing",
|
|
"rules": {
|
|
"@typescript-eslint/no-explicit-any": [
|
|
"warn",
|
|
{
|
|
"ignoreRestArgs": true
|
|
}
|
|
],
|
|
"no-restricted-syntax": [
|
|
"warn",
|
|
{
|
|
"selector": "TSEnumDeclaration",
|
|
"message": "Don't declare enums, use literals instead"
|
|
}
|
|
]
|
|
}
|
|
} |