UNPKG

has-override-mistake

Version:

Determine whether the environment has the so-called "override mistake" - [[Set]]ing a property whose ancestor is nonwritable throws.

19 lines (15 loc) 180 B
{ "root": true, "extends": "@ljharb", "rules": { "func-style": "off", }, "overrides": [ { "files": "./index.js", "rules": { "strict": "off", }, }, ], }