mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
23 lines
341 B
Plaintext
23 lines
341 B
Plaintext
|
{
|
||
|
// Environments
|
||
|
"browser": true,
|
||
|
"devel": true,
|
||
|
"worker": true,
|
||
|
|
||
|
// Enforcing
|
||
|
"maxlen": 80,
|
||
|
"quotmark": "single",
|
||
|
"trailing": true,
|
||
|
"curly": true,
|
||
|
|
||
|
// Relaxing
|
||
|
"boss": true,
|
||
|
"funcscope": true,
|
||
|
"globalstrict": true,
|
||
|
"loopfunc": true,
|
||
|
"maxerr": 1000,
|
||
|
"nonstandard": true,
|
||
|
"sub": true,
|
||
|
"validthis": true
|
||
|
}
|