18 lines
297 B
Plaintext
18 lines
297 B
Plaintext
{
|
|
"node" : true,
|
|
"browser" : true,
|
|
"esnext": true,
|
|
"curly": true,
|
|
"latedef": "nofunc",
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"sub": true,
|
|
"undef": "nofunc",
|
|
"strict": true,
|
|
"white": true,
|
|
"indent": 2,
|
|
"trailing": true,
|
|
"quotmark": "single"
|
|
} |