meshcore.js/.prettierrc
Luc Patiny 3f899c8445 chore: enforce prettier configuration
In order to avoid reformatting of the code this PR add a prettier configuration as well as scripts to automatically format apply the rules
2025-11-17 06:10:08 +01:00

7 lines
112 B
Text

{
"arrowParens": "always",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
}