UNPKG

cipher-base

Version:
27 lines (22 loc) 338 B
{ "root": true, "extends": "@ljharb", "rules": { "func-style": "off", }, "globals": { "Uint8Array": false, "Uint16Array": false, }, "overrides": [ { "files": [ "./index.js", "./test/index.js", ], "rules": { "no-underscore-dangle": "warn", }, }, ], }