UNPKG

dropbox

Version:

The Dropbox JavaScript SDK is a lightweight, promise based interface to the Dropbox v2 API that works in both nodejs and browser environments.

15 lines 311 B
{ "extends": ["airbnb-base"], "env": { "browser": false, "node": true }, "rules": { "func-names": 0, "no-param-reassign": 0, "import/prefer-default-export": 0 }, "plugins": ["@typescript-eslint"], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 6 } }