@cspell/eslint-plugin 7.3.3 → 7.3.5

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.
@@ -85,7 +85,7 @@
85
85
  },
86
86
  "type": {
87
87
  "default": "S",
88
- "description": "Type of file: S - single word per line, W - each line can contain one or more words separated by space, C - each line is treated like code (Camel Case is allowed). Default is S. C is the slowest to load due to the need to split each line based upon code splitting rules.",
88
+ "description": "Type of file:\n- S - single word per line,\n- W - each line can contain one or more words separated by space,\n- C - each line is treated like code (Camel Case is allowed).\n\nDefault is S.\n\nC is the slowest to load due to the need to split each line based upon code splitting rules.",
89
89
  "enum": [
90
90
  "S",
91
91
  "W",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "7.3.3",
6
+ "version": "7.3.5",
7
7
  "description": "CSpell ESLint plugin",
8
8
  "keywords": [
9
9
  "cspell",
@@ -69,10 +69,10 @@
69
69
  "typescript": "^5.2.2"
70
70
  },
71
71
  "dependencies": {
72
- "@cspell/cspell-types": "7.3.3",
73
- "cspell-lib": "7.3.3",
72
+ "@cspell/cspell-types": "7.3.5",
73
+ "cspell-lib": "7.3.5",
74
74
  "estree-walker": "^3.0.3",
75
75
  "synckit": "^0.8.5"
76
76
  },
77
- "gitHead": "da65ffafaa6a039cedc52d9e029c53ddd273a1fb"
77
+ "gitHead": "23fb2fbae335526185ab53a22e0cac0f3e8f1a25"
78
78
  }