Current Path : /home/infinitibizsol/.trash/node_modules.11/string.prototype.trimstart/ |
Current File : /home/infinitibizsol/.trash/node_modules.11/string.prototype.trimstart/.eslintrc |
{ "root": true, "extends": "@ljharb", "rules": { "id-length": "off", "new-cap": ["error", { "capIsNewExceptions": [ "RequireObjectCoercible", ], }], }, "overrides": [ { "files": "test/**", "rules": { "id-length": 0, "no-invalid-this": 1, }, }, ], }