mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
16 lines
256 B
Text
16 lines
256 B
Text
{
|
|
"asi": false,
|
|
"camelcase": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"indent": 2,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"nonbsp": true,
|
|
"quotmark": "single",
|
|
"undef": true,
|
|
"strict": true,
|
|
"trailing": true,
|
|
"node" : true
|
|
}
|