mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-05-01 11:32:28 +00:00
17 lines
240 B
Plaintext
17 lines
240 B
Plaintext
{
|
|
"browser": false,
|
|
"camelcase": true,
|
|
"curly": true,
|
|
"devel": true,
|
|
"eqeqeq": true,
|
|
"forin": true,
|
|
"indent": 2,
|
|
"noarg": true,
|
|
"node": true,
|
|
"quotmark": "single",
|
|
"undef": true,
|
|
"strict": false,
|
|
"unused": true
|
|
}
|
|
|