chore(frontend): update project name and improve linting command
All checks were successful
CI / Get Changed Files (pull_request) Successful in 7s
CI / Checkstyle Main (pull_request) Has been skipped
CI / prettier (pull_request) Successful in 48s
CI / eslint (pull_request) Successful in 1m5s
CI / test-build (pull_request) Successful in 1m6s

This commit is contained in:
Jan K9f 2025-04-25 08:28:06 +02:00
commit f3adf78b50
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -1,5 +1,5 @@
{
"name": "lf10-starter2024",
"name": "trustworthy-casino",
"version": "0.0.0",
"scripts": {
"ng": "bunx @angular/cli",
@ -9,7 +9,7 @@
"test": "bunx @angular/cli test",
"format": "prettier --write \"src/**/*.{ts,html,css,scss}\"",
"format:check": "prettier --check \"src/**/*.{ts,html,css,scss}\"",
"lint": "bunx @angular/cli lint"
"lint": "bunx @angular/cli lint && bunx oxlint --deny-warnings"
},
"private": true,
"dependencies": {