UNPKG

eslint-config-lemon

Version:

<div align="center"> <br> <img width="400" src="logo.svg"> <br> <br> </div>

37 lines (33 loc) 520 B
{ "root": true, "extends": "@ljharb", "rules": { "new-cap": [2, { "capIsNewExceptions": [ "ArraySpeciesCreate", "Call", "CreateDataPropertyOrThrow", "FlattenIntoArray", "Get", "HasProperty", "IsArray", "Set", "ToIntegerOrInfinity", "ToLength", "ToObject", "ToString", ], }], "no-magic-numbers": 0, }, "overrides": [ { "files": "test/**", "rules": { "func-name-matching": 0, "max-params": 0, "no-invalid-this": [1], }, }, ], }