[stylelint-declaration-strict-value - v1.10.4](../README.md) / [defaults](../modules/defaults.md) / IgnoreValueHash

# Interface: IgnoreValueHash

[defaults](../modules/defaults.md).IgnoreValueHash

A hash of CSS properties with ignored values.
- `''` key applies to all configured CSS properties.
- key can also be a Regular Expression string.

## Indexable

▪ [CSSPropertyName: `string`]: [`IgnoreValue`](../modules/defaults.md#ignorevalue) \| [`IgnoreValueList`](../modules/defaults.md#ignorevaluelist)

## Table of contents

### Properties

- [](defaults.IgnoreValueHash.md#)

## Properties

• ****: [`IgnoreValue`](../modules/defaults.md#ignorevalue) \| [`IgnoreValueList`](../modules/defaults.md#ignorevaluelist)

#### Defined in

[defaults.ts:38](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/fabd1db/src/defaults.ts#L38)
