diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 5e5a835..1775768 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "redis": "^3.0.2" }, "scripts": { - "format": "prettier --write \"*.{html,css,js}\"", + "format": "prettier --write \"**/*.{html,css,js}\"", "lint": "eslint .", "run": "node app.js", "dev": "nodemon app.js" |