]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore(deps-dev): apply updates
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 12 May 2025 18:01:06 +0000 (20:01 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 12 May 2025 18:01:06 +0000 (20:01 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/types/JsonType.ts

index a7a6103e069f549640a0be2dfc72d49ba19e1d80..515ce25fcd854497cc0e55e25ff5b9681f80f8e8 100644 (file)
@@ -1,4 +1,3 @@
-// eslint-disable-next-line @typescript-eslint/consistent-indexed-object-style
 export type JsonObject = {
   [key in string]?: JsonType
 }