UNPKG

math.acosh

Version:

An ES-spec-compliant Math.acosh shim/polyfill/replacement that works as far down as ES3

22 lines (18 loc) 244 B
{ "root": true, "extends": "@ljharb", "rules": { "func-name-matching": 0, "no-magic-numbers": [2, { "ignore": [0, 1, 2] }], }, "overrides": [ { "files": "test/**/*", "rules": { "no-magic-numbers": 0, }, } ] }