Skip to main content
Version: 0.7.x

LinterOptions

@agros/common / LinterOptions

Interface: LinterOptions

Hierarchy

  • Options

    LinterOptions

Table of contents

Properties

Properties

allowInlineConfig

Optional allowInlineConfig: boolean

Inherited from

ESLint.Options.allowInlineConfig

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:865


baseConfig

Optional baseConfig: Config<RulesRecord>

Inherited from

ESLint.Options.baseConfig

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:866


cache

Optional cache: boolean

Inherited from

ESLint.Options.cache

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:880


cacheLocation

Optional cacheLocation: string

Inherited from

ESLint.Options.cacheLocation

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:881


cacheStrategy

Optional cacheStrategy: "content" | "metadata"

Inherited from

ESLint.Options.cacheStrategy

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:882


cwd

Optional cwd: string

Inherited from

ESLint.Options.cwd

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:857


errorOnUnmatchedPattern

Optional errorOnUnmatchedPattern: boolean

Inherited from

ESLint.Options.errorOnUnmatchedPattern

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:858


extensions

Optional extensions: string[]

Inherited from

ESLint.Options.extensions

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:859


fix

Optional fix: boolean | (message: LintMessage) => boolean

Inherited from

ESLint.Options.fix

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:876


fixTypes

Optional fixTypes: ("problem" | "suggestion" | "layout")[]

Inherited from

ESLint.Options.fixTypes

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:877


globInputPaths

Optional globInputPaths: boolean

Inherited from

ESLint.Options.globInputPaths

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:860


ignore

Optional ignore: boolean

Inherited from

ESLint.Options.ignore

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:861


ignorePath

Optional ignorePath: string

Inherited from

ESLint.Options.ignorePath

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:862


overrideConfig

Optional overrideConfig: Config<RulesRecord>

Inherited from

ESLint.Options.overrideConfig

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:867


overrideConfigFile

Optional overrideConfigFile: string

Inherited from

ESLint.Options.overrideConfigFile

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:868


plugins

Optional plugins: Record<string, Plugin>

Inherited from

ESLint.Options.plugins

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:869


postPlugins

Optional postPlugins: LinterPlugin[]

Defined in

packages/agros-common/src/linters.ts:12


prePlugins

Optional prePlugins: LinterPlugin[]

Defined in

packages/agros-common/src/linters.ts:11


reportUnusedDisableDirectives

Optional reportUnusedDisableDirectives: RuleLevel

Inherited from

ESLint.Options.reportUnusedDisableDirectives

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:870


resolvePluginsRelativeTo

Optional resolvePluginsRelativeTo: string

Inherited from

ESLint.Options.resolvePluginsRelativeTo

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:871


rulePaths

Optional rulePaths: string[]

Inherited from

ESLint.Options.rulePaths

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:872


useEslintrc

Optional useEslintrc: boolean

Inherited from

ESLint.Options.useEslintrc

Defined in

common/temp/node_modules/.pnpm/@types+eslint@8.4.5/node_modules/@types/eslint/index.d.ts:873

  • Hierarchy
  • Table of contents
  • Properties
    • allowInlineConfig
    • baseConfig
    • cache
    • cacheLocation
    • cacheStrategy
    • cwd
    • errorOnUnmatchedPattern
    • extensions
    • fix
    • fixTypes
    • globInputPaths
    • ignore
    • ignorePath
    • overrideConfig
    • overrideConfigFile
    • plugins
    • postPlugins
    • prePlugins
    • reportUnusedDisableDirectives
    • resolvePluginsRelativeTo
    • rulePaths
    • useEslintrc