Skip to content

Commit

Permalink
lint(fix): Ignore document undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonseydel committed Nov 6, 2019
1 parent aea3450 commit 1c1b0d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/aurelia-kitchen-sink/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { App } from './app';
new Aurelia()
.register(JitHtmlBrowserConfiguration, DebugConfiguration)
.app({
// eslint-disable-next-line no-undef
host: document.querySelector('app'),
component: App,
})
Expand Down

0 comments on commit 1c1b0d5

Please sign in to comment.