chore(frontend): update project name and improve linting command
All checks were successful
All checks were successful
This commit is contained in:
parent
96dcb843b6
commit
f3adf78b50
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "lf10-starter2024",
|
"name": "trustworthy-casino",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "bunx @angular/cli",
|
"ng": "bunx @angular/cli",
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
"test": "bunx @angular/cli test",
|
"test": "bunx @angular/cli test",
|
||||||
"format": "prettier --write \"src/**/*.{ts,html,css,scss}\"",
|
"format": "prettier --write \"src/**/*.{ts,html,css,scss}\"",
|
||||||
"format:check": "prettier --check \"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,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Reference in a new issue