Files
web-core/.prettierrc
Beatrice Dellacà 33d1425fbb
All checks were successful
continuous-integration/drone/push Build is passing
add eslint / prettier
2026-02-23 14:18:51 +01:00

8 lines
136 B
Plaintext

{
"$schema": "https://json.schemastore.org/prettierrc",
"singleQuote": true,
"semi": true,
"printWidth": 100,
"tabWidth": 2
}