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:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "@adiwajshing",
|
||||
"extends": "@whiskeysockets",
|
||||
"parserOptions": {
|
||||
"sourceType": "module",
|
||||
"project": "./tsconfig.json"
|
||||
@@ -21,13 +21,7 @@
|
||||
"@typescript-eslint/no-unnecessary-type-assertion": [
|
||||
"warn"
|
||||
],
|
||||
"no-restricted-syntax": [
|
||||
"warn",
|
||||
{
|
||||
"selector": "TSEnumDeclaration",
|
||||
"message": "Don't declare enums, use literals instead"
|
||||
}
|
||||
],
|
||||
"no-restricted-syntax": "off",
|
||||
"keyword-spacing": [
|
||||
"warn"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user