Skip to content

Commit

Permalink
refactor: fix eslint warnings/errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zqianem committed Aug 18, 2022
1 parent c680387 commit 04f34cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion playground/transform-plugin/index.js
@@ -1,3 +1,2 @@
// 'TRANSFORM_COUNT' is injected by the transform plugin
// eslint-disable-next-line no-undef
document.getElementById('transform-count').innerHTML = TRANSFORM_COUNT
2 changes: 1 addition & 1 deletion playground/transform-plugin/vite.config.js
@@ -1,5 +1,5 @@
const { resolve } = require('node:path')
const { normalizePath } = require('vite')
const { resolve } = require('path')

let transformCount = 1

Expand Down

0 comments on commit 04f34cd

Please sign in to comment.