UNPKG

box-chrome-sdk

Version:

A Chrome App SDK for the Box V2 API

39 lines (38 loc) 754 B
{ "env": { "browser": true, "node": true }, "globals": { "chrome": false, "angular": false, "Rx": false }, "rules": { "brace-style": 2, "func-style": [ 2, "declaration" ], "guard-for-in": 2, "no-floating-decimal": 2, "no-nested-ternary": 2, "no-underscore-dangle": 0, "quotes": [ 2, "single" ], "radix": 2, "wrap-iife": 2, "space-after-keywords": 2, "valid-jsdoc": [ 2, { "prefer": { "return": "returns" } } ], "camelcase": false } }