@cspell/eslint-plugin 6.14.1 → 6.14.3

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.d.ts CHANGED
@@ -95,7 +95,7 @@ interface Check {
95
95
  /**
96
96
  * Specify a path to a custom word list file
97
97
  */
98
- declare type CustomWordListFilePath = string;
98
+ type CustomWordListFilePath = string;
99
99
  interface CustomWordListFile {
100
100
  /**
101
101
  * Path to word list file.
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @cspell/eslint-plugin v6.14.1
2
+ * @cspell/eslint-plugin v6.14.3
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 v6.14.1
2
+ * @cspell/eslint-plugin v6.14.3
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": "6.14.1",
6
+ "version": "6.14.3",
7
7
  "description": "CSpell ESLint plugin",
8
8
  "keywords": [
9
9
  "cspell",
@@ -61,19 +61,19 @@
61
61
  "@types/eslint": "^8.4.10",
62
62
  "@types/estree": "^1.0.0",
63
63
  "@types/node": "^18.11.9",
64
- "@typescript-eslint/parser": "^5.42.0",
65
- "@typescript-eslint/types": "^5.42.0",
66
- "@typescript-eslint/typescript-estree": "^5.42.0",
64
+ "@typescript-eslint/parser": "^5.43.0",
65
+ "@typescript-eslint/types": "^5.43.0",
66
+ "@typescript-eslint/typescript-estree": "^5.43.0",
67
67
  "eslint": "^8.27.0",
68
68
  "eslint-plugin-react": "^7.31.10",
69
69
  "mocha": "^10.1.0",
70
70
  "rimraf": "^3.0.2",
71
- "rollup": "^3.2.5",
71
+ "rollup": "^3.3.0",
72
72
  "rollup-plugin-dts": "^5.0.0",
73
73
  "ts-json-schema-generator": "^1.1.2"
74
74
  },
75
75
  "dependencies": {
76
- "cspell-lib": "6.14.1"
76
+ "cspell-lib": "6.14.3"
77
77
  },
78
- "gitHead": "35db1ed216cd9aaf479429d3268482f30d824e70"
78
+ "gitHead": "df0efdbb0dc7b084579130ba5fe97441c0ab67ca"
79
79
  }