@so1ve/eslint-config 1.1.0 → 1.1.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/index.cjs CHANGED
@@ -970,6 +970,7 @@ const test = ({ overrides } = {}) => [
970
970
  ...pluginVitest__default["default"].configs.recommended.rules,
971
971
  "no-only-tests/no-only-tests": "error",
972
972
  "vitest/expect-expect": "off",
973
+ "vitest/valid-title": "off",
973
974
  "vitest/valid-describe-callback": "off",
974
975
  "vitest/no-alias-methods": "error",
975
976
  "vitest/no-interpolation-in-snapshots": "error",
@@ -984,7 +985,6 @@ const test = ({ overrides } = {}) => [
984
985
  "vitest/prefer-to-contain": "error",
985
986
  "vitest/prefer-to-have-length": "error",
986
987
  "vitest/prefer-todo": "error",
987
- "vitest/valid-title": ["error", { allowArguments: true }],
988
988
  ...overrides
989
989
  }
990
990
  }
package/dist/index.mjs CHANGED
@@ -941,6 +941,7 @@ const test = ({ overrides } = {}) => [
941
941
  ...pluginVitest.configs.recommended.rules,
942
942
  "no-only-tests/no-only-tests": "error",
943
943
  "vitest/expect-expect": "off",
944
+ "vitest/valid-title": "off",
944
945
  "vitest/valid-describe-callback": "off",
945
946
  "vitest/no-alias-methods": "error",
946
947
  "vitest/no-interpolation-in-snapshots": "error",
@@ -955,7 +956,6 @@ const test = ({ overrides } = {}) => [
955
956
  "vitest/prefer-to-contain": "error",
956
957
  "vitest/prefer-to-have-length": "error",
957
958
  "vitest/prefer-todo": "error",
958
- "vitest/valid-title": ["error", { allowArguments: true }],
959
959
  ...overrides
960
960
  }
961
961
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@so1ve/eslint-config",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
5
5
  "description": "Ray's eslint config.",
6
6
  "keywords": [
@@ -71,8 +71,8 @@
71
71
  "toml-eslint-parser": "^0.6.0",
72
72
  "vue-eslint-parser": "^9.3.1",
73
73
  "yaml-eslint-parser": "^1.2.2",
74
- "@so1ve/eslint-plugin": "1.1.0",
75
- "@so1ve/eslint-plugin-sort-imports": "1.1.0"
74
+ "@so1ve/eslint-plugin": "1.1.1",
75
+ "@so1ve/eslint-plugin-sort-imports": "1.1.1"
76
76
  },
77
77
  "devDependencies": {
78
78
  "eslint": "^8.46.0"