add next lint package

This commit is contained in:
Triston Armstrong 2024-01-07 10:22:28 -06:00
parent ae5f8df92f
commit af6e6d87c1

View File

@ -5,7 +5,8 @@
"scripts": { "scripts": {
"dev": "rm -rf graph-data.json && next dev ", "dev": "rm -rf graph-data.json && next dev ",
"build": "rm -rf graph-data.json && next build", "build": "rm -rf graph-data.json && next build",
"start": "next start" "start": "next start",
"lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@emotion/cache": "latest", "@emotion/cache": "latest",