Skip to content

Commit

Permalink
refactor: disable better-errors vite plugin, lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianCataldo committed Nov 3, 2024
1 parent 2a09695 commit e6650b6
Show file tree
Hide file tree
Showing 13 changed files with 447 additions and 453 deletions.
Empty file.
3 changes: 1 addition & 2 deletions packages/labs/better-errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@
"@gracile/internal-utils": "workspace:^",
"@lit-labs/ssr": "^3.2.2",
"@lit-labs/ssr-client": "^1.1.7",
"launch-editor-middleware": "^2.8.1",
"lit": "^3.1.3",
"picocolors": "^1.0.1",
"vite": "^5.3.5"
"vite": "^5.4.10"
},
"devDependencies": {
"@gracile/internal-tsconfigs": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { html } from 'lit';
import { html } from 'lit/static-html.js';

// const houstonLogo = `<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="175" height="131" fill="none"><path fill="currentColor" d="M55.977 81.512c0 8.038-6.516 14.555-14.555 14.555S26.866 89.55 26.866 81.512c0-8.04 6.517-14.556 14.556-14.556 8.039 0 14.555 6.517 14.555 14.556Zm24.745-5.822c0-.804.651-1.456 1.455-1.456h11.645c.804 0 1.455.652 1.455 1.455v11.645c0 .804-.651 1.455-1.455 1.455H82.177a1.456 1.456 0 0 1-1.455-1.455V75.689Zm68.411 5.822c0 8.038-6.517 14.555-14.556 14.555-8.039 0-14.556-6.517-14.556-14.555 0-8.04 6.517-14.556 14.556-14.556 8.039 0 14.556 6.517 14.556 14.556Z"/><rect width="168.667" height="125" x="3.667" y="3" stroke="currentColor" stroke-width="4" rx="20.289"/></svg>`;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable max-lines */
import { css } from 'lit';

export const style = css`
Expand Down
Loading

0 comments on commit e6650b6

Please sign in to comment.