UNPKG

string.fromcodepoint

Version:

A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.

25 lines (21 loc) 345 B
{ "root": true, "extends": "@ljharb", "rules": { "max-lines-per-function": "off", "new-cap": ["error", { "capIsNewExceptions": [ "GetIntrinsic", "IsIntegralNumber", "ToNumber", ], }], "no-plusplus": "warn", }, "overrides": [ { "files": "tests/**/*", "extends": "@ljharb/eslint-config/tests", }, ], }