Skip to content

Commit

Permalink
chore(examples/demo/package.json): add libraries associated wiht esli…
Browse files Browse the repository at this point in the history
…nt, update lint script
  • Loading branch information
sukvvon committed Dec 23, 2024
1 parent fdae5d6 commit 0157470
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint -c ../../eslint.config.mjs . --report-unused-disable-directives --max-warnings 0",
"lint": "eslint .",
"preview": "vite preview"
},
"prettier": {
Expand All @@ -29,10 +29,15 @@
"zustand": "^4.3.9"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"vite": "^4.4.0"
}
}

0 comments on commit 0157470

Please sign in to comment.