mirror of
https://github.com/status-im/status-tutorials.git
synced 2026-08-31 04:01:06 +00:00
10 lines
204 B
JSON
10 lines
204 B
JSON
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"printWidth": 80,
|
|
"overrides": [{ "files": ["*.json"], "options": { "tabWidth": 2 } }],
|
|
"arrowParens": "avoid"
|
|
}
|