UNPKG

is-accessor-descriptor

Version:

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

24 lines (21 loc) 322 B
{ "root": true, "extends": "@ljharb", "overrides": [ { "files": "index.js", "rules": { "complexity": "off", "no-param-reassign": "warn", }, }, { "files": "test/**/*.js", "rules": { "id-length": "off", "getter-return": "off", "max-lines-per-function": "warn", }, }, ], }