diff --git a/backend/package.json b/backend/package.json index 65dcbd7..aa7b29a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -3,7 +3,8 @@ "version": "1.0.0", "main": "index.js", "scripts": { - "test": "jest --passWithNoTests" + "test": "jest --passWithNoTests", + "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "keywords": [], "author": "",