UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

26 lines (22 loc) 299 B
{ "root": true, "extends": "@ljharb", "rules": { "id-length": 0, "new-cap": [2, { "capIsNewExceptions": [ "RequireObjectCoercible", "ToString", ], }], "no-invalid-this": 1, }, "overrides": [ { "files": "test/**", "rules": { "id-length": 0, }, }, ], }