Skip to content

Commit

Permalink
Update linting and formatting scripts for improved code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonalvesdev committed Dec 13, 2024
1 parent 9eaf804 commit 98ed236
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
"test-coverage": "ng test --no-watch --code-coverage",
"prettier-write": "prettier . --write",
"prettier-check": "prettier . --check",
"lint": "ng lint",
"format": "prettier --write \"src/**/*.{ts,html,scss}\""
"lint": "ng lint --fix",
"format": "prettier --write \"src/**/*.{ts,html,scss}\"",
"lint_format": "npm run lint && npm run format"
},
"private": true,
"dependencies": {
Expand Down Expand Up @@ -50,4 +51,4 @@
"typescript": "^5.6.3",
"typescript-eslint": "8.18.0"
}
}
}

0 comments on commit 98ed236

Please sign in to comment.