Skip to content

Setup rule related to indent on string concat #30

@mattcollier

Description

@mattcollier

This should be a linting error, but is not with current linting rules.

        if(!currentCapabilityExpirationDate ||
          currentCapabilityExpirationDate > parentExpirationDate) {
          throw new Error('The `expires` property in a delegated ' +
          'capability must be equivalent or more restrictive than its ' +
          'parent.');
        }

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions