export const settings = { ecmaVersion: 2023, sourceType: "module", noInlineConfig: true, reportUnusedDisableDirectives: "error", } as const;