mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
In order to avoid reformatting of the code this PR add a prettier configuration as well as scripts to automatically format apply the rules
7 lines
112 B
Text
7 lines
112 B
Text
{
|
|
"arrowParens": "always",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all"
|
|
}
|