UNPKG

@alma-cdk/cross-region-parameter

Version:

Store AWS SSM Parameter Store Parameters into another AWS Region with AWS CDK

25 lines (21 loc) 295 B
{ "root": true, "extends": "@ljharb", "rules": { "id-length": "off", "new-cap": ["error", { "capIsNewExceptions": [ "RequireObjectCoercible", ], }], }, "overrides": [ { "files": "test/**", "rules": { "id-length": 0, "no-invalid-this": 1, }, }, ], }