UNPKG

make-arrow-function

Version:

Function that returns an arbitrary arrow function, or undefined if arrow function syntax is unsupported.

19 lines (15 loc) 181 B
{ "root": true, "extends": "@ljharb", "rules": { "no-new-func": [0] }, "overrides": [ { "files": "test/**", "rules": { "no-magic-numbers": 0, }, }, ], }