mirror of
https://github.com/moparisthebest/mail
synced 2024-11-04 16:25:07 -05:00
47 lines
695 B
Plaintext
47 lines
695 B
Plaintext
{
|
|
"indent": 4,
|
|
"strict": true,
|
|
"globalstrict": true,
|
|
"node": true,
|
|
"browser": true,
|
|
"nonew": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"newcap": true,
|
|
"regexp": true,
|
|
"evil": true,
|
|
"eqnull": true,
|
|
"expr": true,
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
|
|
"predef": [
|
|
"console",
|
|
"importScripts",
|
|
"process",
|
|
"QUnit",
|
|
"test",
|
|
"asyncTest",
|
|
"ok",
|
|
"equal",
|
|
"deepEqual",
|
|
"start",
|
|
"chrome",
|
|
"define",
|
|
"self",
|
|
"describe",
|
|
"it",
|
|
"chai",
|
|
"sinon",
|
|
"mocha",
|
|
"before",
|
|
"beforeEach",
|
|
"after",
|
|
"afterEach"
|
|
],
|
|
|
|
"globals": {
|
|
}
|
|
} |