We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfbdff commit dce31cfCopy full SHA for dce31cf
package.json
@@ -6,6 +6,7 @@
6
"prettier": "prettier --write --ignore-unknown .",
7
"prettier:check": "prettier --check --ignore-unknown .",
8
"start": "next start",
9
+ "lint": "next lint",
10
"seed": "node -r dotenv/config ./scripts/seed.js"
11
},
12
"dependencies": {
0 commit comments