Skip to content

Commit

Permalink
Update: update package.json to make sure eslint is working
Browse files Browse the repository at this point in the history
  • Loading branch information
MOHAMMAD-ALMOHAMMAD committed Aug 9, 2023
1 parent e00a79d commit e976d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"start": "nodemon src/app.ts",
"test": "set NODE_ENV=test && jest --passWithNoTests --detectOpenHandles",
"lint": "eslint --ignore-path .gitignore ",
"lint": "eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|json|ts)\"",
"validate": "yarn format && yarn lint",
"validate-staged": "lint-staged",
Expand Down

0 comments on commit e976d66

Please sign in to comment.