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