add next lint package
This commit is contained in:
parent
ae5f8df92f
commit
af6e6d87c1
@ -5,7 +5,8 @@
|
||||
"scripts": {
|
||||
"dev": "rm -rf graph-data.json && next dev ",
|
||||
"build": "rm -rf graph-data.json && next build",
|
||||
"start": "next start"
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/cache": "latest",
|
||||
|
Loading…
Reference in New Issue
Block a user