@so1ve/eslint-config 3.22.0 → 3.22.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/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -400,13 +400,13 @@ async function html() {
400
400
  files: [GLOB_HTML],
401
401
  rules: {
402
402
  ...renameRules(pluginHtml.configs.recommended.rules, { "@html-eslint": "html" }),
403
- "@so1ve/html-spaced-comment": "error",
404
403
  "html/attrs-newline": "off",
405
404
  "html/indent": "off",
406
405
  "html/no-extra-spacing-attrs": "off",
407
406
  "html/no-trailing-spaces": "off",
408
407
  "html/quotes": "off",
409
408
  "html/require-closing-tags": "off",
409
+ "so1ve/html-spaced-comment": "error",
410
410
  "style/spaced-comment": "off"
411
411
  }
412
412
  }];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@so1ve/eslint-config",
3
- "version": "3.22.0",
3
+ "version": "3.22.1",
4
4
  "author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
5
5
  "type": "module",
6
6
  "description": "Ray's eslint config.",
@@ -77,8 +77,8 @@
77
77
  "typescript-eslint": "^8.50.1",
78
78
  "vue-eslint-parser": "^10.2.0",
79
79
  "yaml-eslint-parser": "^1.3.2",
80
- "@so1ve/eslint-plugin": "3.22.0",
81
- "@so1ve/eslint-plugin-sort-imports": "3.22.0"
80
+ "@so1ve/eslint-plugin": "3.22.1",
81
+ "@so1ve/eslint-plugin-sort-imports": "3.22.1"
82
82
  },
83
83
  "peerDependencies": {
84
84
  "eslint": "^9.39.2",