Skip to content

Commit

Permalink
Add a rule for plain linting
Browse files Browse the repository at this point in the history
  • Loading branch information
CaspianA1 committed Jul 26, 2024
1 parent 7a3f429 commit 7f9fc7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bank/bank-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "eslint --ext .ts",
"lint-fix": "eslint --ext .ts --fix ."
},
"private": true,
Expand Down

0 comments on commit 7f9fc7c

Please sign in to comment.