Skip to content

Commit 0ce6bd2

Browse files
committed
🔧 add lint scripts
1 parent 5871efa commit 0ce6bd2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"scripts": {
55
"dev": "next",
66
"start": "next start",
7+
"lint": "eslint . --ext .ts,.tsx",
8+
"lint:fix": "eslint . --ext .ts,.tsx --fix",
79
"build": "next build"
810
},
911
"author": "Shu Ding",

0 commit comments

Comments
 (0)