mirror of
https://github.com/unraid/api.git
synced 2026-01-05 08:00:33 -06:00
chore: update prettier line width limit to 105ch
to prevent over-aggressive line breaks & wraps.
This commit is contained in:
8
api/.prettierrc.cjs
Normal file
8
api/.prettierrc.cjs
Normal file
@@ -0,0 +1,8 @@
|
||||
// prettier.config.js or .prettierrc.js
|
||||
module.exports = {
|
||||
trailingComma: "es5",
|
||||
tabWidth: 4,
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
printWidth: 105,
|
||||
};
|
||||
Reference in New Issue
Block a user