UNPKG

@slauriere/green-audio-player

Version:
15 lines (14 loc) 263 B
{ "parserOptions": { "ecmaVersion": 6 }, "extends": "airbnb-base", "rules": { "indent": ["error", 4], "no-plusplus": ["error", { "allowForLoopAfterthoughts": true }] }, "globals": { "window": true, "document": true } }