Files
CommonWebComponents/.prettierrc.json
Marc Lorenz e47dcf5983
Some checks failed
CI / test-and-build (push) Has been cancelled
add linters and fix build
2026-03-24 11:27:56 +01:00

7 lines
119 B
JSON

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