@cspell/eslint-plugin 5.21.0 → 5.21.2
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @cspell/eslint-plugin v5.
|
|
2
|
+
* @cspell/eslint-plugin v5.21.2-alpha.0
|
|
3
3
|
* Copyright 2022 Jason Dent <jason@streetsidesoftware.nl>
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-eslint-plugin#readme
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @cspell/eslint-plugin v5.
|
|
2
|
+
* @cspell/eslint-plugin v5.21.2-alpha.0
|
|
3
3
|
* Copyright 2022 Jason Dent <jason@streetsidesoftware.nl>
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-eslint-plugin#readme
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "5.21.
|
|
6
|
+
"version": "5.21.2",
|
|
7
7
|
"description": "[WIP] CSpell ESLint plugin",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"cspell",
|
|
@@ -60,19 +60,19 @@
|
|
|
60
60
|
"@rollup/plugin-typescript": "^8.3.2",
|
|
61
61
|
"@types/eslint": "^8.4.2",
|
|
62
62
|
"@types/estree": "^0.0.51",
|
|
63
|
-
"@types/node": "^17.0.
|
|
64
|
-
"@typescript-eslint/parser": "^5.
|
|
65
|
-
"@typescript-eslint/types": "^5.
|
|
66
|
-
"@typescript-eslint/typescript-estree": "^5.
|
|
67
|
-
"eslint": "^8.
|
|
63
|
+
"@types/node": "^17.0.35",
|
|
64
|
+
"@typescript-eslint/parser": "^5.25.0",
|
|
65
|
+
"@typescript-eslint/types": "^5.25.0",
|
|
66
|
+
"@typescript-eslint/typescript-estree": "^5.25.0",
|
|
67
|
+
"eslint": "^8.16.0",
|
|
68
68
|
"mocha": "^10.0.0",
|
|
69
69
|
"rimraf": "^3.0.2",
|
|
70
|
-
"rollup": "^2.
|
|
70
|
+
"rollup": "^2.74.1",
|
|
71
71
|
"rollup-plugin-dts": "^4.2.1",
|
|
72
72
|
"ts-json-schema-generator": "^1.0.0"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"cspell-lib": "^5.21.
|
|
75
|
+
"cspell-lib": "^5.21.2"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "ce422e9d62a5fbad056c4f82aafcbf98c6a86677"
|
|
78
78
|
}
|