chore: update lint command in package.json
Some checks failed
Some checks failed
This commit is contained in:
parent
575a6651d6
commit
1916c04f4a
1 changed files with 1 additions and 1 deletions
|
@ -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": "ng lint"
|
"lint": "bunx @angular/cli lint"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue