mirror of https://github.com/moparisthebest/mail
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
995 B
54 lines
995 B
{ |
|
"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": [ |
|
"$", |
|
"inject", |
|
"Promise", |
|
"resolves", |
|
"rejects", |
|
"self", |
|
"importScripts", |
|
"console", |
|
"process", |
|
"chrome", |
|
"Notification", |
|
"Event", |
|
"sinon", |
|
"mocha", |
|
"chai", |
|
"expect", |
|
"describe", |
|
"it", |
|
"before", |
|
"beforeEach", |
|
"after", |
|
"afterEach", |
|
"FastClick", |
|
"angular", |
|
"forge", |
|
"Lawnchair", |
|
"_", |
|
"openpgp", |
|
"PhoneNumber", |
|
"DOMPurify" |
|
], |
|
|
|
"globals": {} |
|
} |