mirror of
https://github.com/bourquep/mysa2mqtt.git
synced 2025-10-22 07:28:07 +00:00
feat: Mysa baseboard thermostats (#1)
This commit is contained in:
11
prettier.config.cjs
Normal file
11
prettier.config.cjs
Normal file
@@ -0,0 +1,11 @@
|
||||
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']
|
||||
};
|
Reference in New Issue
Block a user