Skip to content

Commit

Permalink
🔥 Remove ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckoates committed Oct 16, 2024
1 parent 10b4c17 commit 34a4ddb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 22 deletions.
Binary file modified bun.lockb
Binary file not shown.
40 changes: 18 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,44 +4,40 @@
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@tabler/icons-react": "3.10.0",
"@tailwindcss/typography": "^0.5.13",
"@tabler/icons-react": "3.19.0",
"@tailwindcss/typography": "^0.5.15",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"fuse.js": "^7.0.0",
"next": "^15.0.0-rc.1",
"next-themes": "^0.3.0",
"postcss": "^8.4.39",
"react": "^19.0.0-rc-83825814-20241015",
"react-dom": "^19.0.0-rc-83825814-20241015",
"postcss": "^8.4.47",
"react": "^19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614",
"react-tweet": "^3.2.1",
"remark-smartypants": "^3.0.2",
"rss": "^1.2.2",
"sharp": "0.33.4",
"sugar-high": "^0.7.0",
"tailwindcss": "^3.4.4"
"sharp": "0.33.5",
"sugar-high": "^0.7.1",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@content-collections/core": "^0.6.2",
"@content-collections/mdx": "^0.1.3",
"@content-collections/next": "^0.2.0",
"@types/node": "^20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "^18.3.0",
"@content-collections/core": "^0.7.2",
"@content-collections/mdx": "^0.1.6",
"@content-collections/next": "^0.2.3",
"@types/node": "^20.16.11",
"@types/react": "18.3.11",
"@types/react-dom": "^18.3.1",
"@types/rss": "^0.0.32",
"eslint": "^9.6.0",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"typescript": "5.5.3"
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "5.6.3"
},
"prettier": {
"useTabs": true,
Expand Down

0 comments on commit 34a4ddb

Please sign in to comment.