mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-26 22:44:44 +02:00
eslint fixes
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"build": "preact build --template src/index.html --no-prerender",
|
||||
"serve": "preact build && preact serve",
|
||||
"dev": "preact watch --template src/index.html --https --no-prerender",
|
||||
"lint": "eslint src/components/*.jsx",
|
||||
"lint": "eslint src/*.js src/components/*.jsx",
|
||||
"test": "jest ./tests",
|
||||
"precommit": "lint-staged"
|
||||
},
|
||||
|
Reference in New Issue
Block a user