Files
pdfme/.oxfmtrc.json
hand-dot 3d87f977d6 use vp
2026-03-21 09:24:02 +09:00

15 lines
283 B
JSON

{
"ignorePattern": [
"**/dist/**",
"**/node_modules/**",
"**/package-lock.json",
"**/__image_actual__/**",
"**/__image_diffs__/**",
"**/__image_diff_report__/**",
"website/**"
],
"singleQuote": true,
"printWidth": 100,
"sortPackageJson": true
}