UNPKG

steemjs-fixed

Version:

Steem.js the JavaScript API for Steem blockchain

24 lines (23 loc) 451 B
{ "globals": { "exports": true, "console": true, "Promise": true, "Uint8Array": true, "Uint16Array": true, "Uint32Array": true, "Int8Array": true, "Int16Array": true, "Int32Array": true, "ArrayBuffer": true }, "parserOptions": { "ecmaVersion": 5, "impliedStrict": true }, "extends": "eslint:recommended", "rules": { "curly": ["error", "all"], "quotes": ["error", "single"] } }