UNPKG

amply.js

Version:

This is the Amply Javascript SDK that integrates with the [v1 API](https://docs.sendamply.com/docs/api/docs/Introduction.md).

23 lines (22 loc) 345 B
{ "env": { "browser": true, "commonjs": true, "es2021": true }, "extends": [ "airbnb-base" ], "parserOptions": { "ecmaVersion": 12 }, "rules": { "brace-style": [ "error", "stroustrup", { "allowSingleLine": true } ] } }