19 lines
312 B
Plaintext
19 lines
312 B
Plaintext
{
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"indent": 2,
|
|
"latedef": true,
|
|
"newcap": true,
|
|
"nonew": true,
|
|
"quotmark": "single",
|
|
"undef": true,
|
|
"trailing": true,
|
|
"maxlen": 80,
|
|
"globals": {
|
|
"exports": true,
|
|
"module": false,
|
|
"process": false,
|
|
"require": false,
|
|
"__dirname": false
|
|
}
|
|
} |