mirror of
https://github.com/pdfme/pdfme.git
synced 2026-04-20 22:19:27 -04:00
* TMP * TMP * Fix failing test * Update ESLint configuration * Update ESLint configuration
15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"cSpell.words": [
|
|
"pdfme"
|
|
],
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"eslint.workingDirectories": [
|
|
{
|
|
"mode": "auto"
|
|
}
|
|
],
|
|
} |