UNPKG

@aws/pdk

Version:

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

17 lines (14 loc) 224 B
{ "root": true, "extends": "@ljharb", "rules": { "func-style": "off", "id-length": "off", "max-lines-per-function": "off", "new-cap": ["error", { "capIsNewExceptions": [ "GetIntrinsic", ], }], }, }