UNPKG

@aws/pdk

Version:

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

22 lines (18 loc) 284 B
{ "root": true, "extends": "@ljharb", "rules": { "id-length": "off", "no-extra-parens": "off", }, "overrides": [ { "files": ["test/**/*.js"], "rules": { "id-length": "off", "multiline-comment-style": "off", "no-empty-function": "off", }, }, ], }