Added yarn lint command

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-01-05 00:55:11 +01:00
parent fae35f8dc2
commit d56dc9d034
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16

View File

@ -8,7 +8,8 @@
"export": "next export && node export.js && yarn move_next",
"start": "next start",
"move_next": "mv out/_next out/assets",
"serve": "serve out"
"serve": "serve out",
"lint": "tslint -c tslint.json --project tsconfig.json"
},
"dependencies": {
"@zeit/next-stylus": "^1.0.1",