Add eslint.

This commit is contained in:
Paul
2021-06-18 15:46:30 +01:00
parent 8bb6cd456b
commit 34a4bccbbe
8 changed files with 1289 additions and 24 deletions

View File

@@ -2,4 +2,5 @@ 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')!)