Skip to content

Commit 18a4727

Browse files
committed
fix lint
1 parent ccc9166 commit 18a4727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/app/plugins/iframe-content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ViewPlugin } from '@remixproject/engine-web'
33
import React from 'react' // eslint-disable-line
44
import { PluginViewWrapper } from '@remix-ui/helper'
55

6-
const _paq = (window._paq = window._paq || [])
6+
const _paq = (window._paq = window._paq || []) // eslint-disable-line
77

88
const profile = {
99
name: 'iframeContent',

0 commit comments

Comments
 (0)