Files
plex-playlist/frontend/.prettierrc.json
copilotcoder 9103976001
All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 1m1s
Trying to get prettier to finally run cleanly.
Signed-off-by: copilotcoder <copilotcoder@darkhelm.org>
2026-06-11 10:50:00 -04:00

10 lines
147 B
JSON

{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"endOfLine": "lf"
}