mirror of
https://github.com/pdfme/pdfme.git
synced 2026-06-16 02:09:10 -04:00
15 lines
283 B
JSON
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
|
|
}
|