diff --git a/.eslintrc.json b/.eslintrc.json index 3bbd18f..980cf28 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -17,10 +17,7 @@ "allowNumber" : false } ], - - /* dev */ - "no-debugger": "off", - + /* important */ "prefer-const": "error", "quotes": ["error", "single"], diff --git a/src/lang.ts b/src/lang.ts index 249b47b..6752b04 100644 --- a/src/lang.ts +++ b/src/lang.ts @@ -183,5 +183,3 @@ export function getEmbed(id: string, args: basicObjectStr = {}, otherOptions: ba return embedData; } - -debugger;