UNPKG

iframe-channel

Version:

A channel used to communicate between iframe and parent. Support post function.

40 lines (39 loc) 770 B
{ "root": true, "parser": "babel-eslint", "parserOptions": { "ecmaVersion": 6, "ecmaFeatures": { "experimentalObjectRestSpread": true, "legacyDecorators": true }, "sourceType": "module" }, "plugins": [ "babel" ], "extends": [ "standard" ], "env": { "browser": true, "node": true, "es6": true, "mocha": true, }, "globals": { }, "rules": { "camelcase": 0, "no-debugger": 0, "prefer-const": 2, "space-before-function-paren": 2, "standard/no-callback-literal": 0, "sort-imports": ["error", { "ignoreCase": false, "ignoreDeclarationSort": false, "ignoreMemberSort": false, "memberSyntaxSortOrder": ["none", "all", "multiple", "single"] }] } }