@cspell/cspell-types
Advanced tools
Comparing version 7.0.1-alpha.0 to 7.0.1-alpha.1
@@ -422,9 +422,25 @@ import type { ReporterConfigurationBase } from './CSpellReporter.js'; | ||
* | ||
* Example: ["href"] - to exclude html href. | ||
* Example: `["href"]` - to exclude html href pattern. | ||
* | ||
* Regular expressions use JavaScript regular expression syntax. | ||
* | ||
* Example: to ignore ALL-CAPS words | ||
* | ||
* JSON | ||
* ```json | ||
* "ignoreRegExpList": ["/\\b[A-Z]+\\b/g"] | ||
* ``` | ||
* | ||
* YAML | ||
* ```yaml | ||
* ignoreRegExpList: | ||
* - >- | ||
* /\b[A-Z]+\b/g | ||
* ``` | ||
* | ||
* By default, several patterns are excluded. See | ||
* [Configuration](https://cspell.org/configuration/#cspelljson-sections) for more details. | ||
* [Configuration](https://cspell.org/configuration/patterns) for more details. | ||
* | ||
* While you can create your own patterns, you can also leverage several patterns that are | ||
* [built-in to CSpell](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-lib/src/Settings/DefaultSettings.ts#L22). | ||
* [built-in to CSpell](https://cspell.org/types/cspell-types/types/PredefinedPatterns.html). | ||
*/ | ||
@@ -438,3 +454,3 @@ ignoreRegExpList?: RegExpPatternList; | ||
* While you can create your own patterns, you can also leverage several patterns that are | ||
* [built-in to CSpell](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-lib/src/Settings/DefaultSettings.ts#L22). | ||
* [built-in to CSpell](https://cspell.org/types/cspell-types/types/PredefinedPatterns.html). | ||
*/ | ||
@@ -441,0 +457,0 @@ includeRegExpList?: RegExpPatternList; |
@@ -422,9 +422,25 @@ import type { ReporterConfigurationBase } from './CSpellReporter.js'; | ||
* | ||
* Example: ["href"] - to exclude html href. | ||
* Example: `["href"]` - to exclude html href pattern. | ||
* | ||
* Regular expressions use JavaScript regular expression syntax. | ||
* | ||
* Example: to ignore ALL-CAPS words | ||
* | ||
* JSON | ||
* ```json | ||
* "ignoreRegExpList": ["/\\b[A-Z]+\\b/g"] | ||
* ``` | ||
* | ||
* YAML | ||
* ```yaml | ||
* ignoreRegExpList: | ||
* - >- | ||
* /\b[A-Z]+\b/g | ||
* ``` | ||
* | ||
* By default, several patterns are excluded. See | ||
* [Configuration](https://cspell.org/configuration/#cspelljson-sections) for more details. | ||
* [Configuration](https://cspell.org/configuration/patterns) for more details. | ||
* | ||
* While you can create your own patterns, you can also leverage several patterns that are | ||
* [built-in to CSpell](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-lib/src/Settings/DefaultSettings.ts#L22). | ||
* [built-in to CSpell](https://cspell.org/types/cspell-types/types/PredefinedPatterns.html). | ||
*/ | ||
@@ -438,3 +454,3 @@ ignoreRegExpList?: RegExpPatternList; | ||
* While you can create your own patterns, you can also leverage several patterns that are | ||
* [built-in to CSpell](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-lib/src/Settings/DefaultSettings.ts#L22). | ||
* [built-in to CSpell](https://cspell.org/types/cspell-types/types/PredefinedPatterns.html). | ||
*/ | ||
@@ -441,0 +457,0 @@ includeRegExpList?: RegExpPatternList; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "7.0.1-alpha.0", | ||
"version": "7.0.1-alpha.1", | ||
"description": "Types for cspell and cspell-lib", | ||
@@ -94,3 +94,3 @@ "type": "commonjs", | ||
}, | ||
"gitHead": "9ac874fd367a2858df9aab07fafad183347f2033" | ||
"gitHead": "053cd11992a03203786ed64fdf9fa719eeded824" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
261973
5383