{
    "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": {}
}