10
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2026-04-12 01:34:21 +00:00

Vidya reddy prettier (#75)

* upgraded to Node16

* Enforce Prettier

* code fix

* Update package-lock.json

resolved the conflicts.

* executed prettier

Co-authored-by: Vidya Reddy <vidyareddy@microsoft.com>
This commit is contained in:
Vidya Reddy 2022-06-27 15:27:44 -07:00 committed by GitHub
parent a14110f6e6
commit 7f0153c54c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 11874 additions and 11855 deletions

8
.prettierrc.json Normal file
View file

@ -0,0 +1,8 @@
{
"trailingComma": "none",
"bracketSpacing": false,
"semi": false,
"tabWidth": 3,
"singleQuote": true,
"printWidth": 80
}