Skip to content

Commit

Permalink
chore(examples/demo): reflect 'eslint . --fix' changes based on main …
Browse files Browse the repository at this point in the history
…'eslint.config.mjs'
  • Loading branch information
sukvvon committed Dec 23, 2024
1 parent 6417fbf commit fdae5d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions examples/demo/src/utils/copy-to-clipboard.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/*global navigator */

export const copyToClipboard = (str) => {
return navigator.clipboard.writeText(str)
}
2 changes: 1 addition & 1 deletion examples/demo/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react-swc'

Check failure on line 1 in examples/demo/vite.config.js

View workflow job for this annotation

GitHub Actions / lint

Unable to resolve path to module '@vitejs/plugin-react-swc'

Check failure on line 1 in examples/demo/vite.config.js

View workflow job for this annotation

GitHub Actions / lint

Unable to resolve path to module '@vitejs/plugin-react-swc'
import { defineConfig } from 'vite'

// https://vitejs.dev/config/
export default defineConfig({
Expand Down

0 comments on commit fdae5d6

Please sign in to comment.