21 lines
354 B
Plaintext
21 lines
354 B
Plaintext
{
|
|
"node": true,
|
|
"esnext": true,
|
|
"bitwise": false,
|
|
"curly": false,
|
|
"eqeqeq": true,
|
|
"eqnull": true,
|
|
"immed": true,
|
|
"latedef": false,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"undef": true,
|
|
"strict": true,
|
|
"trailing": true,
|
|
"smarttabs": true,
|
|
"indent": 2,
|
|
"quotmark": "single",
|
|
"scripturl": true,
|
|
"globals": [ "describe", "it" ]
|
|
}
|