forked from abner/for-legacy-web
Add eslint.
This commit is contained in:
@@ -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')!)
|
||||
|
||||
Reference in New Issue
Block a user