mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
10 lines
213 B
Text
10 lines
213 B
Text
|
{
|
||
|
"extends": "airbnb-base",
|
||
|
"rules": {
|
||
|
"no-empty": ["error", { "allowEmptyCatch": true }],
|
||
|
"prefer-rest-params": "off",
|
||
|
"prefer-spread": "off",
|
||
|
"strict": "off",
|
||
|
"indent": ["error", 4]
|
||
|
}
|
||
|
}
|