{ "root": true, "extends": "@ljharb", "rules": { "func-style": "off", }, "overrides": [ { "files": "./index.js", "rules": { "strict": "off", }, }, ], }