add next lint package
This commit is contained in:
parent
ae5f8df92f
commit
af6e6d87c1
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user