Files
pwcli/.prettierrc
T
Arwid ThornströmandGitHub 5c43d166ba Update libs (#28)
* added prompt context library

* updated libs, except chalk that should not be updated

* updated libs and fixed speed
2025-06-17 10:12:48 +02:00

8 lines
116 B
Plaintext

{
"trailingComma": "all",
"arrowParens": "always",
"printWidth": 100,
"singleQuote": true,
"semi": true
}