Files
suspicion-checks-experiment-3/.prettierrc
2025-07-01 07:41:47 -07:00

19 lines
400 B
Plaintext

{
"printWidth": 80,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
"htmlWhitespaceSensitivity": "ignore",
"plugins": ["prettier-plugin-html-template-literals"],
"overrides": [
{
"files": ["*.js"],
"options": {
"htmlTemplateLiterals": {
"indent": 2,
"format": true
}
}
}
]
}