@cspell/eslint-plugin 9.6.0 → 9.6.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.
- package/dist/generated/schema.cjs +2 -2
- package/package.json +11 -11
|
@@ -88,7 +88,7 @@ exports.optionsSchema = {
|
|
|
88
88
|
"type": "boolean"
|
|
89
89
|
},
|
|
90
90
|
"dictionaries": {
|
|
91
|
-
"description": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/) and [Custom Dictionaries](https://cspell.org/docs/dictionaries-
|
|
91
|
+
"description": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/) and [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.",
|
|
92
92
|
"items": {
|
|
93
93
|
"anyOf": [
|
|
94
94
|
{
|
|
@@ -107,7 +107,7 @@ exports.optionsSchema = {
|
|
|
107
107
|
"description": "Reference to a dictionary by name. One of:\n- {@link DictionaryRef } \n- {@link DictionaryNegRef }",
|
|
108
108
|
"markdownDescription": "Reference to a dictionary by name.\nOne of:\n- {@link DictionaryRef } \n- {@link DictionaryNegRef }"
|
|
109
109
|
},
|
|
110
|
-
"markdownDescription": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/)\nand [Custom Dictionaries](https://cspell.org/docs/dictionaries-
|
|
110
|
+
"markdownDescription": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/)\nand [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.",
|
|
111
111
|
"type": "array"
|
|
112
112
|
},
|
|
113
113
|
"dictionaryDefinitions": {
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public",
|
|
5
5
|
"provenance": true
|
|
6
6
|
},
|
|
7
|
-
"version": "9.6.
|
|
7
|
+
"version": "9.6.1",
|
|
8
8
|
"description": "CSpell ESLint plugin",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"cspell",
|
|
@@ -83,12 +83,12 @@
|
|
|
83
83
|
"@internal/cspell-eslint-plugin-scripts": "",
|
|
84
84
|
"@types/estree": "^1.0.8",
|
|
85
85
|
"@types/mocha": "^10.0.10",
|
|
86
|
-
"@typescript-eslint/parser": "^8.
|
|
87
|
-
"@typescript-eslint/types": "^8.
|
|
86
|
+
"@typescript-eslint/parser": "^8.53.1",
|
|
87
|
+
"@typescript-eslint/types": "^8.53.1",
|
|
88
88
|
"eslint": "^9.39.2",
|
|
89
89
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
90
90
|
"eslint-plugin-mdx": "^3.6.2",
|
|
91
|
-
"eslint-plugin-n": "^17.23.
|
|
91
|
+
"eslint-plugin-n": "^17.23.2",
|
|
92
92
|
"eslint-plugin-react": "^7.37.5",
|
|
93
93
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
94
94
|
"eslint-plugin-yml": "^1.19.1",
|
|
@@ -97,17 +97,17 @@
|
|
|
97
97
|
"mocha": "^11.7.5",
|
|
98
98
|
"ts-json-schema-generator": "^2.4.0",
|
|
99
99
|
"typescript": "~5.9.3",
|
|
100
|
-
"typescript-eslint": "^8.
|
|
101
|
-
"yaml-eslint-parser": "^
|
|
100
|
+
"typescript-eslint": "^8.53.1",
|
|
101
|
+
"yaml-eslint-parser": "^2.0.0"
|
|
102
102
|
},
|
|
103
103
|
"dependencies": {
|
|
104
|
-
"@cspell/cspell-types": "9.6.
|
|
105
|
-
"@cspell/url": "9.6.
|
|
106
|
-
"cspell-lib": "9.6.
|
|
107
|
-
"synckit": "^0.11.
|
|
104
|
+
"@cspell/cspell-types": "9.6.1",
|
|
105
|
+
"@cspell/url": "9.6.1",
|
|
106
|
+
"cspell-lib": "9.6.1",
|
|
107
|
+
"synckit": "^0.11.12"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
110
|
"eslint": "^7 || ^8 || ^9"
|
|
111
111
|
},
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "666fb79096d25c53af9519cad07030e7aca597e1"
|
|
113
113
|
}
|