UNPKG

exmg-copy-to-clipboard

Version:

Helper element to create a copy to clipboard button

24 lines (23 loc) 415 B
{ "extends": "exmg", "env": { "browser": true, "es6": true, "node": true }, "plugins": [ "html" ], "rules": { "no-extend-native": [2, {"exceptions": ["String"]}], "max-len": ["error", { "code": 140, "ignoreTemplateLiterals": true }] }, "parserOptions": { "sourceType": "module" }, "globals": { "Polymer": true, "Exmg": true, "CustomElements": false } }