UNPKG

zendesk_app_framework_sdk

Version:

The Zendesk App Framework (ZAF) SDK is a JavaScript library that simplifies cross-frame communication between iframed apps and ZAF.

33 lines (32 loc) 463 B
{ "env": { "browser": true, "commonjs": true, "mocha": true }, "globals": { "expect": false, "sinon": false, "chai": false }, "extends": "eslint:recommended", "rules": { "indent": [ "error", 2, { "VariableDeclarator": 2, "SwitchCase": 1 } ], "no-console": 0, "linebreak-style": [ "error", "unix" ], "semi": [ "error", "always" ] } }