jest-preset-stylelint 6.3.0 → 6.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -148,7 +148,7 @@ export type TestSchema = {
148
148
  /**
149
149
  * Loads the lint function.
150
150
  */
151
- loadLint?: () => Promise<import('stylelint').lint>;
151
+ loadLint?: () => Promise<(typeof import('stylelint'))['lint']>;
152
152
  };
153
153
 
154
154
  type GetTestRuleOptions = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-preset-stylelint",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "description": "Jest preset for Stylelint plugins.",
5
5
  "keywords": [
6
6
  "stylelint",