UNPKG

is-data-descriptor

Version:

Returns true if a value has the characteristics of a valid JavaScript data descriptor.

19 lines (15 loc) 199 B
{ "root": true, "extends": "@ljharb", "rules": { "complexity": "off", }, "overrides": [ { "files": "test/**/*.js", "rules": { "max-lines-per-function": "warn", }, }, ], }