[pgadmin-org/pgadmin4] 42ac0d: Add .ts and .tsx files under linter and fix linter...

From: Aditya Toshniwal <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 42ac0d: Add .ts and .tsx files under linter and fix linter...
Date: 2023-03-16 11:52:39
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/37c0de-42ac0d@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 42ac0d577d9daef1c7d8f65599ab72d93b09978c
https://github.com/pgadmin-org/pgadmin4/commit/42ac0d577d9daef1c7d8f65599ab72d93b09978c
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Date: 2023-03-16 (Thu, 16 Mar 2023)

Changed paths:
M web/.eslintrc.js
M web/package.json
M web/pgadmin/static/js/components/PgTree/FileTreeItem/index.tsx
M web/pgadmin/static/js/components/PgTree/FileTreeX/index.tsx
M web/pgadmin/static/js/components/PgTree/TreeModelX/index.ts
M web/pgadmin/static/js/components/PgTree/index.ts
M web/pgadmin/static/js/components/PgTree/services/keyboardHotkeys.ts
M web/pgadmin/static/js/components/PgTree/types.ts
M web/pgadmin/static/js/tree/preference_nodes.ts
M web/pgadmin/static/js/tree/tree_init.tsx
M web/pgadmin/static/js/tree/tree_nodes.ts
M web/pgadmin/tools/debugger/static/js/components/DebuggerComponent.jsx
M web/yarn.lock

Log Message:
-----------
Add .ts and .tsx files under linter and fix linter issues. #5830

Browse pgadmin-hackers by date

  From Date Subject
Next Message dependabot[bot] 2023-03-16 11:53:26 [pgadmin-org/pgadmin4] ba97ce: Bump webpack from 5.75.0 to 5.76.0 in /web
Previous Message Aditya Toshniwal 2023-03-16 11:52:10 [pgadmin-org/pgadmin4] 37c0de: Fix an issue where new dashboard graphs are partia...