# Interface: PackageRule

@boll/coreGlobalsPackageRule

# Interface: PackageRule

# Hierarchy

  • Rule

    PackageRule

# Implemented by

# Index

# Properties

# Methods

# Properties

# name

name: string

Inherited from Rule.name

Defined in types.ts:42

# Methods

# check

check(file: FileContext, options?: CheckFunctionOptions): Promise‹Result[]›

Defined in types.ts:51

Parameters:

Name Type
file FileContext
options? CheckFunctionOptions

Returns: Promise‹Result[]›

check(file: FileContext): Promise‹Result[]›

Defined in types.ts:52

Parameters:

Name Type
file FileContext

Returns: Promise‹Result[]›