@kazupon/eslint-plugin 0.6.0 → 0.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.
Files changed (2) hide show
  1. package/lib/index.js +2 -4
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -201,7 +201,7 @@ const name = "@kazupon/eslint-plugin";
201
201
  /**
202
202
  * The plugin version.
203
203
  */
204
- const version = "0.6.0";
204
+ const version = "0.6.1";
205
205
  /**
206
206
  * The namespace for rules
207
207
  */
@@ -532,9 +532,7 @@ const rule$1 = createRule({
532
532
  type: "object",
533
533
  properties: { words: {
534
534
  type: "array",
535
- items: { type: "string" },
536
- minItems: 1,
537
- uniqueItems: true
535
+ items: { type: "string" }
538
536
  } },
539
537
  required: ["words"],
540
538
  additionalProperties: false
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kazupon/eslint-plugin",
3
3
  "description": "ESLint plugin for @kazupon",
4
- "version": "0.6.0",
4
+ "version": "0.6.1",
5
5
  "license": "MIT",
6
6
  "funding": "https://github.com/sponsors/kazupon",
7
7
  "bugs": {
@@ -68,7 +68,7 @@
68
68
  "eslint-plugin-import": "^2.32.0",
69
69
  "eslint-plugin-jsdoc": "^52.0.2",
70
70
  "eslint-plugin-jsonc": "^2.20.1",
71
- "eslint-plugin-markdown-preferences": "^0.4.0",
71
+ "eslint-plugin-markdown-preferences": "^0.5.0",
72
72
  "eslint-plugin-module-interop": "^0.3.1",
73
73
  "eslint-plugin-promise": "^7.2.1",
74
74
  "eslint-plugin-regexp": "^2.9.1",