From 90e5bbb7f225d419b830707084c61439b558fff3 Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Sun, 28 Jul 2024 22:31:52 -0500 Subject: [PATCH] Format settings code nicer and run prettier --- .eslintrc.cjs | 6 +- src/components/ts/TransportManager.ts | 1 - src/pages/[lang]/index.astro | 1 - src/pages/[lang]/settings.astro | 516 +++++++++++++------------- 4 files changed, 257 insertions(+), 267 deletions(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 3122ceb..320ca37 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -32,10 +32,8 @@ module.exports = { project: "./tsconfig.json", }, plugins: ["@typescript-eslint"], - extends: [ - "plugin:@typescript-eslint/recommended", - ], - }, + extends: ["plugin:@typescript-eslint/recommended"], + }, { // Define the configuration for `