Skip to content

Commit 788a8b8

Browse files
committed
chore(examples): added lint command to nextjs examples
1 parent d8ae002 commit 788a8b8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/nextjs-typescript/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
7+
"lint": "next lint",
78
"build": "next build",
89
"start": "next start"
910
},

examples/nextjs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
7+
"lint": "next lint",
78
"build": "next build",
89
"start": "next start"
910
},

0 commit comments

Comments
 (0)