1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-31 00:40:13 +02:00

eslint fixes

This commit is contained in:
Kushagra Gour
2018-06-17 18:14:19 +05:30
parent 178a5f5d1b
commit d185518911
13 changed files with 1207 additions and 1072 deletions

View File

@@ -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",
"lint": "eslint src/components/*.jsx",
"test": "jest ./tests",
"precommit": "lint-staged"
},