@ofk/eslint-config 0.2.3 → 0.2.4

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 CHANGED
@@ -934,7 +934,8 @@ var vitestStrict = mergeRules(_eslintplugin2.default.configs.recommended, {
934
934
  // conflict with vitest/prefer-called-once
935
935
  "vitest/prefer-called-with": "error",
936
936
  "vitest/prefer-comparison-matcher": "error",
937
- "vitest/prefer-describe-function-title": "error",
937
+ "vitest/prefer-describe-function-title": "off",
938
+ // conflict with vitest/valid-title
938
939
  "vitest/prefer-each": "error",
939
940
  "vitest/prefer-equality-matcher": "error",
940
941
  "vitest/prefer-expect-assertions": "off",
package/dist/index.mjs CHANGED
@@ -934,7 +934,8 @@ var vitestStrict = mergeRules(pluginVitest.configs.recommended, {
934
934
  // conflict with vitest/prefer-called-once
935
935
  "vitest/prefer-called-with": "error",
936
936
  "vitest/prefer-comparison-matcher": "error",
937
- "vitest/prefer-describe-function-title": "error",
937
+ "vitest/prefer-describe-function-title": "off",
938
+ // conflict with vitest/valid-title
938
939
  "vitest/prefer-each": "error",
939
940
  "vitest/prefer-equality-matcher": "error",
940
941
  "vitest/prefer-expect-assertions": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ofk/eslint-config",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "ofk (https://github.com/ofk/)",