mirror of
https://github.com/vee1e/workorder-desk.git
synced 2026-09-01 17:57:11 +00:00
8 lines
156 B
JavaScript
8 lines
156 B
JavaScript
/** @type {import('prettier').Config} */
|
|
module.exports = {
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
printWidth: 100,
|
|
semi: true,
|
|
tabWidth: 2,
|
|
};
|