зеркало из https://github.com/mozilla/web-ext.git
20 строки
287 B
Plaintext
20 строки
287 B
Plaintext
|
{
|
||
|
"arrowParens": "always",
|
||
|
"singleQuote": true,
|
||
|
"proseWrap": "never",
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": "scripts/*",
|
||
|
"options": {
|
||
|
"parser": "babel"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"files": "*.md",
|
||
|
"options": {
|
||
|
"proseWrap": "preserve"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|