14 lines
183 B
Plaintext
14 lines
183 B
Plaintext
|
{
|
||
|
"node": true,
|
||
|
"camelcase" : true,
|
||
|
"eqnull" : true,
|
||
|
"indent": 2,
|
||
|
"undef": true,
|
||
|
"quotmark": "single",
|
||
|
"maxlen": 80,
|
||
|
"trailing": true,
|
||
|
"newcap": true,
|
||
|
"nonew": true,
|
||
|
"undef": false
|
||
|
}
|