15 lines
235 B
Plaintext
15 lines
235 B
Plaintext
|
{
|
||
|
"node": true,
|
||
|
"curly": true,
|
||
|
"eqeqeq": true,
|
||
|
"immed": true,
|
||
|
"newcap": true,
|
||
|
"noarg": true,
|
||
|
"sub": true,
|
||
|
"undef": "nofunc",
|
||
|
"strict": true,
|
||
|
"white": true,
|
||
|
"indent": 2,
|
||
|
"trailing": true,
|
||
|
"quotmark": "single"
|
||
|
}
|