diff --git a/src/main/services/nhentai-crawler.ts b/src/main/services/nhentai-crawler.ts index f5d469f..e425e28 100644 --- a/src/main/services/nhentai-crawler.ts +++ b/src/main/services/nhentai-crawler.ts @@ -92,7 +92,6 @@ export function login(name: string, password: string): Promise { const loginParams: ILoginParams = { ...meta, ...{ - // tslint:disable-next-line: object-literal-sort-keys username_or_email: name, password, }, diff --git a/tslint.json b/tslint.json index b15f67d..a29c8c1 100644 --- a/tslint.json +++ b/tslint.json @@ -12,7 +12,7 @@ "property-declaration" ], "no-console": true, - "object-literal-sort-keys": [true, "match-declaration-order-only"], + "object-literal-sort-keys": false, "no-implicit-dependencies": false, "no-submodule-imports": false, "no-floating-promises": true,