Add prettier.

This commit is contained in:
Paul
2021-06-18 15:57:08 +01:00
parent 34a4bccbbe
commit 0cba2b362d
20 changed files with 222 additions and 168 deletions

View File

@@ -1,6 +1,6 @@
import { render } from 'preact'
import '../styles/index.scss'
import { App } from './app'
import { render } from "preact";
import "../styles/index.scss";
import { App } from "./app";
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
render(<App />, document.getElementById('app')!)
render(<App />, document.getElementById("app")!);