Files
publish-action/.prettierrc.json
T
f7054ee0e4 Migrate to ESM and upgrade dependencies (#135)
* Migrate to ESM

* Use default semver import and root SemVer type

---------

Co-authored-by: gowridurgad <gowridurgad@gmail.com>
2026-07-22 09:49:51 -05:00

11 lines
179 B
JSON

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}