mirror of
https://github.com/bourquep/mysa2mqtt.git
synced 2025-10-21 15:08:07 +00:00
12 lines
256 B
JavaScript
12 lines
256 B
JavaScript
module.exports = {
|
|
tabWidth: 2,
|
|
useTabs: false,
|
|
printWidth: 120,
|
|
proseWrap: 'always',
|
|
singleQuote: true,
|
|
trailingComma: 'none',
|
|
arrowParens: 'always',
|
|
tsdoc: true,
|
|
plugins: ['prettier-plugin-organize-imports', 'prettier-plugin-jsdoc']
|
|
};
|