chore: lint more folders

This commit is contained in:
Timothy Lin
2021-06-23 18:45:21 +08:00
parent c479867650
commit e89977db49
3 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"build": "next build && node ./scripts/generate-sitemap",
"serve": "next start",
"analyze": "cross-env ANALYZE=true next build",
"lint": "next lint --fix",
"lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts",
"prepare": "husky install"
},
"dependencies": {